aboutsummaryrefslogtreecommitdiffstats
path: root/x.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 21:58:32 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 21:58:32 +0100
commit73a3d7a5e2c38b67841cd86d8d108641ea47636e (patch)
treeb19dd17b57fdc61fc2cb7c498294d42fc8b5316d /x.h
parentConsistency (diff)
downloadst-73a3d7a5e2c38b67841cd86d8d108641ea47636e.tar.gz
st-73a3d7a5e2c38b67841cd86d8d108641ea47636e.tar.bz2
st-73a3d7a5e2c38b67841cd86d8d108641ea47636e.tar.xz
st-73a3d7a5e2c38b67841cd86d8d108641ea47636e.tar.zst
st-73a3d7a5e2c38b67841cd86d8d108641ea47636e.zip
Added anygeometry patch
Diffstat (limited to '')
-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