Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile on gcc 2.95.3.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/video/x11/SDL_x11video.c
|
@@ -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; |
|
|