mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Merge branch 'master' into heghe/wl_list
This commit is contained in:
commit
16f35ecbea
41 changed files with 263 additions and 157 deletions
|
|
@ -285,7 +285,7 @@ int main(int argc, char *argv[]) {
|
|||
state.cursor_motion.notify = handle_cursor_motion;
|
||||
|
||||
wl_signal_add(&state.cursor->events.motion_absolute,
|
||||
&state.cursor_motion_absolute);
|
||||
&state.cursor_motion_absolute);
|
||||
state.cursor_motion_absolute.notify = handle_cursor_motion_absolute;
|
||||
|
||||
wl_signal_add(&state.cursor->events.button, &state.cursor_button);
|
||||
|
|
@ -309,7 +309,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// tool events
|
||||
wl_signal_add(&state.cursor->events.tablet_tool_axis,
|
||||
&state.tablet_tool_axis);
|
||||
&state.tablet_tool_axis);
|
||||
state.tablet_tool_axis.notify = handle_tablet_tool_axis;
|
||||
|
||||
struct compositor_state compositor = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue