0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
presuku
2021-11-16 20:03:56 +00:00
committed by Bram Moolenaar
parent d3682c5f28
commit 9459b8d461
3 changed files with 30 additions and 145 deletions

View File

@@ -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