diff options
author | Victor Kareh <[email protected]> | 2019-05-30 08:52:41 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 18:12:44 +0200 |
commit | 3e456268537d5e322d5ca9ef6f65824b7e50af8e (patch) | |
tree | bcd4ec63c5ee99e524a06dd1bc0f5587edc19ca8 /src/ui/frames.h | |
parent | d4ccb50139bb2899729fb042fcf4717960557863 (diff) | |
download | marco-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.h | 2 |
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; |