frames: Embed a pointer to MetaFrames inside MetaUIFrame

This removes the MetaFrames argument from our internal APIs.
This commit is contained in:
Jasper St. Pierre
2014-12-31 22:04:11 -08:00
parent 669c9da2a4
commit 015864da09
2 changed files with 63 additions and 94 deletions

View File

@ -72,6 +72,7 @@ typedef struct _MetaUIFrame MetaUIFrame;
struct _MetaUIFrame
{
MetaFrames *frames;
Window xwindow;
GdkWindow *window;
MetaStyleInfo *style_info;