aboutsummaryrefslogtreecommitdiffstats
path: root/x.h
diff options
context:
space:
mode:
Diffstat (limited to 'x.h')
-rw-r--r--x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/x.h b/x.h
index 1fb3fd9..e5baa8b 100644
--- a/x.h
+++ b/x.h
@@ -46,6 +46,11 @@ typedef struct {
signed char appcursor; /* application cursor */
} Key;
+typedef enum {
+ PixelGeometry,
+ CellGeometry
+} Geometry;
+
/* X modifiers */
#define XK_ANY_MOD UINT_MAX
#define XK_NO_MOD 0