This commit is contained in:
rhp
2001-07-03 01:45:43 +00:00
parent 43f807c5e1
commit 7d79a37c9d
6 changed files with 391 additions and 140 deletions

View File

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