mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
frames: Rename layout to text_layout
... to differentiate PangoLayout from MetaFrameLayout. https://bugzilla.gnome.org/show_bug.cgi?id=741917
This commit is contained in:

committed by
Jasper St. Pierre

parent
5e9db422c9
commit
ef32899b4d
@ -76,7 +76,7 @@ struct _MetaUIFrame
|
||||
GdkWindow *window;
|
||||
MetaStyleInfo *style_info;
|
||||
MetaFrameStyle *cache_style;
|
||||
PangoLayout *layout;
|
||||
PangoLayout *text_layout;
|
||||
int text_height;
|
||||
char *title; /* NULL once we have a layout */
|
||||
guint shape_applied : 1;
|
||||
|
Reference in New Issue
Block a user