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:
Florian Müllner
2014-09-27 08:10:59 +02:00
committed by Jasper St. Pierre
parent 5e9db422c9
commit ef32899b4d
2 changed files with 18 additions and 24 deletions

View File

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