summaryrefslogtreecommitdiff
path: root/src/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.h b/src/timer.h
index 828f506c..3cc191e2 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -54,7 +54,7 @@ libinput_timer_set(struct libinput_timer *timer, uint64_t expire);
enum timer_flags {
TIMER_FLAG_NONE = 0,
- TIMER_FLAG_ALLOW_NEGATIVE = (1 << 0),
+ TIMER_FLAG_ALLOW_NEGATIVE = bit(0),
};
void