aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-05-19 22:53:23 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-05-19 22:53:23 +0200
commitff143426376be946fc69bf436d9cb718f1882068 (patch)
tree8f0b69f3841b64a1253fccb33a25f75bf25936a5 /dwl.c
parentfcd14b59ef5eb34c8b107388a3fafe65119119f4 (diff)
add pointer constraints
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 57024ca..443dbd6 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1,6 +1,9 @@
/*
* See LICENSE file for copyright and license details.
*/
+#ifndef POINTERCONSTRAINTS
+#define POINTERCONSTRAINTS
+#endif
#include <getopt.h>
#include <libinput.h>
#include <limits.h>