diff options
Diffstat (limited to 'src/twm.c')
-rw-r--r-- | src/twm.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -86,6 +86,8 @@ in this Software without prior written authorization from The Open Group. #include <X11/extensions/Print.h> #endif /* XPRINT */ +static void InitVariables ( void ); + XtAppContext appContext; /* Xt application context */ XtSignalId si; @@ -682,7 +684,7 @@ main(int argc, char *argv[]) /** * initialize twm variables */ -void +static void InitVariables(void) { FreeList(&Scr->BorderColorL); |