mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
window: Fix build
I break things a lot now.
This commit is contained in:
parent
d233238c64
commit
64a915a68d
@ -6120,7 +6120,7 @@ meta_window_handle_mouse_grab_op_event (MetaWindow *window,
|
|||||||
{
|
{
|
||||||
case CLUTTER_BUTTON_PRESS:
|
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
|
/* This is the keybinding or menu case where we've
|
||||||
* been dragging around the window without the button
|
* been dragging around the window without the button
|
||||||
|
Loading…
Reference in New Issue
Block a user