mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +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:
@ -106,8 +106,6 @@ struct _MetaFrames
|
||||
guint grab_button;
|
||||
gdouble grab_x;
|
||||
gdouble grab_y;
|
||||
|
||||
Window grab_xwindow;
|
||||
};
|
||||
|
||||
struct _MetaFramesClass
|
||||
@ -147,4 +145,6 @@ void meta_ui_frame_move_resize (MetaUIFrame *frame,
|
||||
|
||||
void meta_ui_frame_queue_draw (MetaUIFrame *frame);
|
||||
|
||||
gboolean meta_ui_frame_handle_event (MetaUIFrame *frame, const ClutterEvent *event);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user