diff src/video/x11/SDL_x11video.c @ 1206:aac47040c6d7

Patched to compile on gcc 2.95.3.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 19 Dec 2005 06:58:51 +0000
parents 2bd4cec0de63
children d2c6881935be
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Wed Dec 14 05:55:17 2005 +0000
+++ b/src/video/x11/SDL_x11video.c	Mon Dec 19 06:58:51 2005 +0000
@@ -265,6 +265,7 @@
 /* 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 @@
 		 FocusChangeMask | KeyPressMask | KeyReleaseMask
 		 | PropertyChangeMask | StructureNotifyMask | KeymapStateMask);
 
-    char * savedclassname = 0;
     /* Set the class hints so we can get an icon (AfterStep) */
     {
 	XClassHint *classhints;