window: Fix build

I break things a lot now.
This commit is contained in:
Jasper St. Pierre 2014-08-15 16:08:25 -04:00
parent d233238c64
commit 64a915a68d

View File

@ -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