diff options
author | Victor Kareh <[email protected]> | 2019-05-30 08:52:41 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-06-05 10:49:37 -0400 |
commit | c9339a8b67cf8b684947322638da92ed69f86358 (patch) | |
tree | 2070b532d72a2cae5a48fec726e4748e3f656609 /src/ui/frames.h | |
parent | 00e7af6740d3778a447ca18eeb3ccd1f749daa73 (diff) | |
download | marco-c9339a8b67cf8b684947322638da92ed69f86358.tar.bz2 marco-c9339a8b67cf8b684947322638da92ed69f86358.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; |