From d40369a39b325a4b809a034caf1a4e3681e36d51 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sat, 30 Nov 2002 06:14:40 +0000 Subject: [PATCH] - Reformatting. --- src/gl_glx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gl_glx.c b/src/gl_glx.c index 2450739..134a6b6 100644 --- a/src/gl_glx.c +++ b/src/gl_glx.c @@ -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) {