mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
frame: Put a MetaUIFrame* in our MetaFrame
This is a small start, but it lets us start to clean up this UI split mess.
This commit is contained in:
@ -120,9 +120,9 @@ GType meta_frames_get_type (void) G_GNUC_CONST;
|
||||
|
||||
MetaFrames *meta_frames_new (int screen_number);
|
||||
|
||||
void meta_frames_manage_window (MetaFrames *frames,
|
||||
Window xwindow,
|
||||
GdkWindow *window);
|
||||
MetaUIFrame * meta_frames_manage_window (MetaFrames *frames,
|
||||
Window xwindow,
|
||||
GdkWindow *window);
|
||||
void meta_frames_unmanage_window (MetaFrames *frames,
|
||||
Window xwindow);
|
||||
void meta_frames_set_title (MetaFrames *frames,
|
||||
|
Reference in New Issue
Block a user