# HG changeset patch # User Ryan C. Gordon # Date 1134975531 0 # Node ID aac47040c6d711c94fba10b878afb2831a2d7d4d # Parent 2ab21d9a20da12177c96f7e2da4951419a980b06 Patched to compile on gcc 2.95.3. diff -r 2ab21d9a20da -r aac47040c6d7 src/video/x11/SDL_x11video.c --- 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;