Commit 871f4f92 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patched to compile on gcc 2.95.3.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401209
parent 4cbc5d4b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment