]> git.armaanb.net Git - st.git/blobdiff - x.c
Remove X and fontconfig from st.c
[st.git] / x.c
diff --git a/x.c b/x.c
index a332ac9386272404aa3d563cfd11ed7740959484..e5b236de5cfb8cda3ad271a7e3c9fda3889d17f9 100644 (file)
--- a/x.c
+++ b/x.c
@@ -44,6 +44,11 @@ typedef struct {
        signed char crlf;      /* crlf mode          */
 } Key;
 
+/* X modifiers */
+#define XK_ANY_MOD    UINT_MAX
+#define XK_NO_MOD     0
+#define XK_SWITCH_MOD (1<<13)
+
 /* function definitions used in config.h */
 static void clipcopy(const Arg *);
 static void clippaste(const Arg *);