mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 14:11:35 +00:00
- Confirming addition of xlib niceties: icon,
wm_delete_window handling, etc. (icculus patchset #8)
This commit is contained in:
parent
9f69eb11f1
commit
3cea7ff14a
2 changed files with 30 additions and 30 deletions
|
@ -1173,7 +1173,7 @@ static qboolean SWimp_InitGraphics( qboolean fullscreen )
|
||||||
int attribmask = CWEventMask | CWColormap | CWBorderPixel;
|
int attribmask = CWEventMask | CWColormap | CWBorderPixel;
|
||||||
XSetWindowAttributes attribs;
|
XSetWindowAttributes attribs;
|
||||||
XSizeHints *sizehints;
|
XSizeHints *sizehints;
|
||||||
XWMHints *wmhints;
|
XWMHints * wmhints;
|
||||||
Colormap tmpcmap;
|
Colormap tmpcmap;
|
||||||
|
|
||||||
tmpcmap = XCreateColormap(dpy, root, x_vis, AllocNone);
|
tmpcmap = XCreateColormap(dpy, root, x_vis, AllocNone);
|
||||||
|
|
Loading…
Reference in a new issue