diff options
Diffstat (limited to 'example/shared.h')
-rw-r--r-- | example/shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/shared.h b/example/shared.h index c95df9cc..37f52dcc 100644 --- a/example/shared.h +++ b/example/shared.h @@ -83,6 +83,8 @@ struct compositor_state { enum wlr_key_state key_state); void (*pointer_motion_cb)(struct pointer_state *s, double d_x, double d_y); + void (*pointer_motion_absolute_cb)(struct pointer_state *s, + double x, double y); void (*pointer_button_cb)(struct pointer_state *s, uint32_t button, enum wlr_button_state state); void (*pointer_axis_cb)(struct pointer_state *s, |