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:
Jasper St. Pierre
2014-12-31 21:55:36 -08:00
parent c8432cc430
commit 2413e672c8
6 changed files with 39 additions and 32 deletions

View File

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