mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Fix X button and keycodes
Not a real fix, we're just mapping them to evdev codes for now.
This commit is contained in:
parent
ce5325d3ed
commit
f9112b2de0
2 changed files with 5 additions and 10 deletions
|
|
@ -656,8 +656,6 @@ notify_button(struct wlsc_input_device *device,
|
|||
struct wlsc_compositor *compositor = device->ec;
|
||||
int32_t sx, sy;
|
||||
|
||||
fprintf(stderr, "notify button: button %d, state %d\n", button, state);
|
||||
|
||||
surface = pick_surface(device, &sx, &sy);
|
||||
if (surface) {
|
||||
if (state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue