diff options
author | Tim Wiederhake <twied@gmx.net> | 2024-01-20 16:07:00 +0100 |
---|---|---|
committer | Tim Wiederhake <twied@gmx.net> | 2024-01-20 16:07:00 +0100 |
commit | 0182535025b0864d6e0cf165ab14756bfbe6d015 (patch) | |
tree | f06875e27e6595f00429d25b4d182b0197aa5ab1 | |
parent | 81cb173c5001f28ad178e9a9f59f521a13e66e92 (diff) |
Make XtSignalId si static
Signed-off-by: Tim Wiederhake <twied@gmx.net>
-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 */ |