summaryrefslogtreecommitdiff
path: root/src/evdev-tablet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev-tablet.h')
-rw-r--r--src/evdev-tablet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evdev-tablet.h b/src/evdev-tablet.h
index 3d34c446..de0349ef 100644
--- a/src/evdev-tablet.h
+++ b/src/evdev-tablet.h
@@ -51,6 +51,7 @@ enum tablet_status {
TABLET_TOOL_ENTERING_CONTACT = bit(9),
TABLET_TOOL_LEAVING_CONTACT = bit(10),
TABLET_TOOL_OUT_OF_RANGE = bit(11),
+ TABLET_TOOL_OUTSIDE_AREA = bit(12),
};
struct button_state {