mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Patched to compile on gcc 2.95.3.
This commit is contained in:
@@ -265,6 +265,7 @@ static int xio_errhandler(Display *d)
|
||||
/* Create auxiliary (toplevel) windows with the current visual */
|
||||
static void create_aux_windows(_THIS)
|
||||
{
|
||||
char * savedclassname = NULL;
|
||||
XSetWindowAttributes xattr;
|
||||
XWMHints *hints;
|
||||
XTextProperty titleprop, iconprop;
|
||||
@@ -349,7 +350,6 @@ static void create_aux_windows(_THIS)
|
||||
FocusChangeMask | KeyPressMask | KeyReleaseMask
|
||||
| PropertyChangeMask | StructureNotifyMask | KeymapStateMask);
|
||||
|
||||
char * savedclassname = 0;
|
||||
/* Set the class hints so we can get an icon (AfterStep) */
|
||||
{
|
||||
XClassHint *classhints;
|
||||
|
||||
Reference in New Issue
Block a user