summaryrefslogtreecommitdiff
path: root/src/ui/theme-viewer.c
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-23 12:55:13 -0400
committerraveit65 <[email protected]>2019-06-16 18:12:44 +0200
commitb989f7fbf5fc643e8ec91a96ee4e6d8a3192cf63 (patch)
treebbff85ce5edbc10e06204c7ed5451e12f770f401 /src/ui/theme-viewer.c
parenta2582172dbb6e54a48b5bc6a69761e2758b712b3 (diff)
downloadmarco-b989f7fbf5fc643e8ec91a96ee4e6d8a3192cf63.tar.bz2
marco-b989f7fbf5fc643e8ec91a96ee4e6d8a3192cf63.tar.xz
theme-viewer: Fix invisible borders
https://bugzilla.gnome.org/show_bug.cgi?id=662895 upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/6836a621
Diffstat (limited to 'src/ui/theme-viewer.c')
-rw-r--r--src/ui/theme-viewer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/theme-viewer.c b/src/ui/theme-viewer.c
index 53273c8d..f6a6efa6 100644
--- a/src/ui/theme-viewer.c
+++ b/src/ui/theme-viewer.c
@@ -1061,8 +1061,8 @@ run_theme_benchmark (void)
*/
pixmap = gdk_window_create_similar_surface (gtk_widget_get_window (widget),
CAIRO_CONTENT_COLOR,
- client_width + borders.visible.left + borders.visible.right,
- client_height + borders.visible.top + borders.visible.bottom);
+ client_width + borders.total.left + borders.total.right,
+ client_height + borders.total.top + borders.total.bottom);
cr = cairo_create (pixmap);
meta_theme_draw_frame (global_theme,