From 3e456268537d5e322d5ca9ef6f65824b7e50af8e Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 30 May 2019 08:52:41 -0400 Subject: 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 --- src/ui/frames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/frames.h') 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; -- cgit v1.2.1