mirror of
https://github.com/brl/mutter.git
synced 2025-07-11 04:57:18 +00:00
frames: Clutterify frame event handling
This lets us remove our horrible X11-based, GDK-based hacky frame event handling in favor of a more sane one in Clutter.
This commit is contained in:
@ -7773,6 +7773,9 @@ meta_window_handle_ungrabbed_event (MetaWindow *window,
|
||||
gboolean unmodified;
|
||||
gboolean is_window_grab;
|
||||
|
||||
if (window->frame && meta_ui_frame_handle_event (window->frame->ui_frame, event))
|
||||
return;
|
||||
|
||||
if (event->type != CLUTTER_BUTTON_PRESS)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user