From 0c8fd57afb370b8f9ecc2b1fc41c568dbba27a37 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 3 Aug 2015 21:57:50 +0200 Subject: Use GdkVisual accessor functions instead of direct access --- capplets/appearance/appearance-font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/appearance/appearance-font.c') diff --git a/capplets/appearance/appearance-font.c b/capplets/appearance/appearance-font.c index 78d079e1..21d41e58 100644 --- a/capplets/appearance/appearance-font.c +++ b/capplets/appearance/appearance-font.c @@ -257,7 +257,7 @@ static void setup_font_sample(GtkWidget* darea, Antialiasing antialiasing, Hinti height = ascent + descent + 2; #if !GTK_CHECK_VERSION (3, 0, 0) - pixmap = gdk_pixmap_new (NULL, width, height, visual->depth); + pixmap = gdk_pixmap_new (NULL, width, height, gdk_visual_get_depth (visual)); #endif #if GTK_CHECK_VERSION (3, 0, 0) -- cgit v1.2.1