- Reformatting.

This commit is contained in:
Jamie Wilkinson 2002-11-30 06:14:40 +00:00
parent bd911a47db
commit d40369a39b

View file

@ -1073,8 +1073,8 @@ int GLimp_SetMode( unsigned int *pwidth, unsigned int *pheight, int mode, qboole
mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
win = XCreateWindow(dpy, root, 0, 0, width, height,
0, visinfo->depth, InputOutput,
visinfo->visual, mask, &attr);
0, visinfo->depth, InputOutput,
visinfo->visual, mask, &attr);
sizehints = XAllocSizeHints();
if (sizehints) {