aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'x.c')
-rw-r--r--x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/x.c b/x.c
index a332ac9..e5b236d 100644
--- a/x.c
+++ b/x.c
@@ -44,6 +44,11 @@ typedef struct {
44 signed char crlf; /* crlf mode */ 44 signed char crlf; /* crlf mode */
45} Key; 45} Key;
46 46
47/* X modifiers */
48#define XK_ANY_MOD UINT_MAX
49#define XK_NO_MOD 0
50#define XK_SWITCH_MOD (1<<13)
51
47/* function definitions used in config.h */ 52/* function definitions used in config.h */
48static void clipcopy(const Arg *); 53static void clipcopy(const Arg *);
49static void clippaste(const Arg *); 54static void clippaste(const Arg *);