summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-04-30 21:47:32 +0200
committerDave Davenport <qball@gmpclient.org>2015-04-30 21:52:30 +0200
commita70404f12812f3c26d122fc304a294bfcd72a0bf (patch)
treecec21de8a73ec4d3c6c78b4eb420582236d91b73 /source/x11-helper.c
parentbee103aea8568ac364da2d8e685435e22a9367fb (diff)
First part of infrastructure for Issue: #131 customizable keybindings.
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 26032dbc..86cbe50c 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -48,6 +48,8 @@
#define INTERSECT( x, y, w, h, x1, y1, w1, h1 ) ( OVERLAP ( ( x ), ( w ), ( x1 ), ( w1 ) ) && OVERLAP ( ( y ), ( h ), ( y1 ), ( h1 ) ) )
#include "x11-helper.h"
+Atom netatoms[NUM_NETATOMS];
+const char *netatom_names[] = { EWMH_ATOMS ( ATOM_CHAR ) };
// Mask indicating num-lock.
unsigned int NumlockMask = 0;