]> git.mdlowis.com Git - proto/labwc.git/commit
Chase wlroots wlr-device-input refactoring
authorJohan Malm <jgm323@gmail.com>
Sat, 19 Mar 2022 11:34:11 +0000 (11:34 +0000)
committerJohan Malm <jgm323@gmail.com>
Sat, 19 Mar 2022 11:34:11 +0000 (11:34 +0000)
commitd844f6798b2de509bef80c9f8148b5a975e98f6a
treecabe32cb7fe5e3cf098ed62ee18041bbd1dc503c
parent5fd5024ca655d07d04cfb3e9c829c1764dd8ee01
Chase wlroots wlr-device-input refactoring

Rename wlroots input device events, for example
's/wlr_event_pointer_motion/wlr_pointer_motion_event/'

seat.c:
- In configure_libinput() use wlr_input_device->type rather than width_mm
- In new_pointer() use wlr_input_device->type rather than output_name to
  check that device is pointer.
src/cursor.c
src/keyboard.c
src/seat.c