mirror of
https://github.com/brl/mutter.git
synced 2025-07-20 08:54:13 +00:00
...
This commit is contained in:
@ -99,6 +99,14 @@ struct _MetaFrames
|
||||
|
||||
guint tooltip_timeout;
|
||||
MetaUIFrame *last_motion_frame;
|
||||
|
||||
GdkCursor *south_resize_cursor;
|
||||
GdkCursor *west_resize_cursor;
|
||||
GdkCursor *east_resize_cursor;
|
||||
GdkCursor *se_resize_cursor;
|
||||
GdkCursor *sw_resize_cursor;
|
||||
|
||||
GdkCursor *current_cursor;
|
||||
|
||||
/* The below is all for grabs */
|
||||
MetaFrameStatus grab_status;
|
||||
|
Reference in New Issue
Block a user