summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-30 08:52:41 -0400
committerraveit65 <[email protected]>2019-06-16 18:12:44 +0200
commit3e456268537d5e322d5ca9ef6f65824b7e50af8e (patch)
treebcd4ec63c5ee99e524a06dd1bc0f5587edc19ca8 /src/ui/frames.h
parentd4ccb50139bb2899729fb042fcf4717960557863 (diff)
downloadmarco-3e456268537d5e322d5ca9ef6f65824b7e50af8e.tar.bz2
marco-3e456268537d5e322d5ca9ef6f65824b7e50af8e.tar.xz
frames: Rename layout to text_layout
... to differentiate PangoLayout from MetaFrameLayout. https://bugzilla.gnome.org/show_bug.cgi?id=741917 upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/8e5781bc
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r--src/ui/frames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h
index cde51e60..f1258783 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -78,7 +78,7 @@ struct _MetaUIFrame
GdkWindow *window;
GtkStyleContext *style;
MetaFrameStyle *cache_style;
- PangoLayout *layout;
+ PangoLayout *text_layout;
int text_height;
char *title; /* NULL once we have a layout */
guint expose_delayed : 1;