From 9459b8d461d6f8345bfa3fb9b3b4297a7950b0bc Mon Sep 17 00:00:00 2001 From: presuku Date: Tue, 16 Nov 2021 20:03:56 +0000 Subject: patch 8.2.3607: GTK3 screen updating is slow Problem: GTK3 screen updating is slow. Solution: Remove some of the GTK3-specific code. (closes #9052) --- src/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 9806c83301..46d2047ea7 100644 --- a/src/gui.h +++ b/src/gui.h @@ -393,7 +393,6 @@ typedef struct Gui # endif # ifdef USE_GTK3 cairo_surface_t *surface; // drawarea surface - gboolean by_signal; // cause of draw operation # else GdkGC *text_gc; // cached GC for normal text # endif -- cgit v1.2.3