mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 08:49:30 +00:00
window: Fix build
I break things a lot now.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user