diff options
-rw-r--r-- | src/twm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ in this Software without prior written authorization from The Open Group. static void InitVariables(void); -XtSignalId si; +static XtSignalId si; Display *dpy = NULL; /* which display are we talking to */ Window ResizeWindow; /* the window we are resizing */ |