summaryrefslogtreecommitdiff
path: root/src/twm.h
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
commitcf9a35db8381f9b809465306aec3bcfe3bc1dc0d (patch)
treef41f5a0eb446920daf5cc1bab4f1d54626727493 /src/twm.h
parentd812d0884c926be4088a4e636807509e05d77a5f (diff)
Make appContext a local variable
Signed-off-by: Tim Wiederhake <twied@gmx.net>
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/twm.h b/src/twm.h
index 2263685..1711eea 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -343,7 +343,6 @@ extern void
ComputeWindowTitleOffsets(TwmWindow *tmp_win, int width, Bool squeeze);
extern char *ProgramName;
extern Display *dpy;
-extern XtAppContext appContext;
extern Window ResizeWindow; /* the window we are resizing */
extern int HasShape; /* this server supports Shape extension */
extern int HasSync; /* this server supports SYNC extension */