window: Fix build
I break things a lot now.
This commit is contained in:
parent
d233238c64
commit
64a915a68d
1 changed files with 1 additions and 1 deletions
|
@ -6120,7 +6120,7 @@ meta_window_handle_mouse_grab_op_event (MetaWindow *window,
|
|||
{
|
||||
case CLUTTER_BUTTON_PRESS:
|
||||
{
|
||||
ClutterModifierType grab_mods = meta_display_get_window_grab_modifiers (display);
|
||||
ClutterModifierType grab_mods = meta_display_get_window_grab_modifiers (window->display);
|
||||
|
||||
/* This is the keybinding or menu case where we've
|
||||
* been dragging around the window without the button
|
||||
|
|
Loading…
Add table
Reference in a new issue