From 0182535025b0864d6e0cf165ab14756bfbe6d015 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Sat, 20 Jan 2024 16:07:00 +0100 Subject: Make XtSignalId si static Signed-off-by: Tim Wiederhake --- src/twm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3