diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_tablet_tool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_tablet_tool.h b/include/wlr/types/wlr_tablet_tool.h index 495c7094..41d637f0 100644 --- a/include/wlr/types/wlr_tablet_tool.h +++ b/include/wlr/types/wlr_tablet_tool.h @@ -123,8 +123,8 @@ struct wlr_tablet_tool_proximity_event { }; enum wlr_tablet_tool_tip_state { - WLR_TABLET_TOOL_TIP_UP = 1 << 0, - WLR_TABLET_TOOL_TIP_DOWN = 1 << 1, + WLR_TABLET_TOOL_TIP_UP, + WLR_TABLET_TOOL_TIP_DOWN, }; struct wlr_tablet_tool_tip_event { |