keybindings: Fix warning
keybinding handlers now take a ClutterEvent, not an XIDeviceEvent
This commit is contained in:
parent
392e224831
commit
f0397eab94
@ -3098,7 +3098,7 @@ static void
|
||||
handle_always_on_top (MetaDisplay *display,
|
||||
MetaScreen *screen,
|
||||
MetaWindow *window,
|
||||
XIDeviceEvent *event,
|
||||
ClutterKeyEvent *event,
|
||||
MetaKeyBinding *binding,
|
||||
gpointer dummy)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user