Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified Headers/wayland/WaylandServer.h
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions Source/wayland/WaylandServer+Cursor.m
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,11 @@
case WL_POINTER_AXIS_VERTICAL_SCROLL:
eventType = NSScrollWheel;
deltaY = wl_fixed_to_double(value) * wlconfig->mouse_scroll_multiplier;
break;
case WL_POINTER_AXIS_HORIZONTAL_SCROLL:
eventType = NSScrollWheel;
deltaX = wl_fixed_to_double(value) * wlconfig->mouse_scroll_multiplier;
break;
}

/* FIXME: X11 backend uses the XGetPointerMapping()-returned values from
Expand Down
Empty file modified Source/wayland/WaylandServer+Keyboard.m
100755 → 100644
Empty file.
Empty file modified Source/wayland/WaylandServer+Layershell.m
100755 → 100644
Empty file.
Empty file modified Source/wayland/WaylandServer+Output.m
100755 → 100644
Empty file.
Empty file modified Source/wayland/WaylandServer+Seat.m
100755 → 100644
Empty file.