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