summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2024-01-20 16:07:00 +0100
committerTim Wiederhake <twied@gmx.net>2024-01-20 16:07:00 +0100
commit0182535025b0864d6e0cf165ab14756bfbe6d015 (patch)
treef06875e27e6595f00429d25b4d182b0197aa5ab1
parent81cb173c5001f28ad178e9a9f59f521a13e66e92 (diff)
Make XtSignalId si static
Signed-off-by: Tim Wiederhake <twied@gmx.net>
-rw-r--r--src/twm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twm.c b/src/twm.c
index c61d19c..0b42bd2 100644
--- a/src/twm.c
+++ b/src/twm.c
@@ -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 */