diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-05-19 22:53:23 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-05-19 22:53:23 +0200 |
| commit | ff143426376be946fc69bf436d9cb718f1882068 (patch) | |
| tree | 8f0b69f3841b64a1253fccb33a25f75bf25936a5 /dwl.c | |
| parent | fcd14b59ef5eb34c8b107388a3fafe65119119f4 (diff) | |
add pointer constraints
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |