summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/twm.h b/src/twm.h
index 6e1e17c..dbb9980 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -355,6 +355,10 @@ extern Window ResizeWindow; /* the window we are resizing */
extern int HasShape; /* this server supports Shape extension */
extern int HasSync; /* this server supports SYNC extension */
+#ifdef HAVE_XRANDR
+extern int HasXrandr; /* this server supports Xrandr extension */
+#endif
+
extern int PreviousScreen;
extern Cursor UpperLeftCursor;
@@ -410,6 +414,11 @@ extern Bool use_fontset;
extern int ShapeEventBase;
extern int ShapeErrorBase;
+#ifdef HAVE_XRANDR
+extern int XrandrEventBase;
+extern int XrandrErrorBase;
+#endif
+
#define _XA_MIT_PRIORITY_COLORS TwmAtoms[0]
#define _XA_WM_CHANGE_STATE TwmAtoms[1]
#define _XA_WM_STATE TwmAtoms[2]