mirror of
https://github.com/brl/mutter.git
synced 2025-07-24 02:18:02 +00:00
...
This commit is contained in:
@@ -89,6 +89,8 @@ struct _MetaFrames
|
||||
int text_height;
|
||||
|
||||
GHashTable *frames;
|
||||
|
||||
GtkWidget *menu;
|
||||
|
||||
/* The below is all for grabs */
|
||||
MetaFrameStatus grab_status;
|
||||
@@ -130,4 +132,10 @@ void meta_frames_reset_bg (MetaFrames *frames,
|
||||
void meta_frames_queue_draw (MetaFrames *frames,
|
||||
Window xwindow);
|
||||
|
||||
void meta_frames_get_pixmap_for_control (MetaFrames *frames,
|
||||
MetaFrameControl control,
|
||||
GdkPixmap **pixmap,
|
||||
GdkBitmap **mask);
|
||||
void meta_frames_notify_menu_hide (MetaFrames *frames);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user