broadway: Set modifier state of scroll events
Set modifier state of scroll events, so Ctrl-scroll works. Fixes: #2733
This commit is contained in:
committed by
Matthias Clasen
parent
fd52220b1b
commit
499e4b4c50
@@ -185,7 +185,7 @@ _gdk_broadway_events_got_input (GdkDisplay *display,
|
||||
display_broadway->core_pointer,
|
||||
NULL,
|
||||
message->base.time,
|
||||
0,
|
||||
message->pointer.state,
|
||||
message->scroll.dir == 0
|
||||
? GDK_SCROLL_UP
|
||||
: GDK_SCROLL_DOWN,
|
||||
|
||||
Reference in New Issue
Block a user