mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 22:21:34 +00:00
- Reformatting.
This commit is contained in:
parent
bd911a47db
commit
d40369a39b
1 changed files with 2 additions and 2 deletions
|
@ -1073,8 +1073,8 @@ int GLimp_SetMode( unsigned int *pwidth, unsigned int *pheight, int mode, qboole
|
||||||
mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
|
mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
|
||||||
|
|
||||||
win = XCreateWindow(dpy, root, 0, 0, width, height,
|
win = XCreateWindow(dpy, root, 0, 0, width, height,
|
||||||
0, visinfo->depth, InputOutput,
|
0, visinfo->depth, InputOutput,
|
||||||
visinfo->visual, mask, &attr);
|
visinfo->visual, mask, &attr);
|
||||||
|
|
||||||
sizehints = XAllocSizeHints();
|
sizehints = XAllocSizeHints();
|
||||||
if (sizehints) {
|
if (sizehints) {
|
||||||
|
|
Loading…
Reference in a new issue