diff options
author | presuku <presuku@users.noreply.github.com> | 2021-11-16 20:03:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-16 20:03:56 +0000 |
commit | 9459b8d461d6f8345bfa3fb9b3b4297a7950b0bc (patch) | |
tree | e1bb0fe553858a0aa62aafe77c5cd5b054c43f51 /src/gui.h | |
parent | d3682c5f28380695a53cbb927deb94ffa3261eca (diff) | |
download | vim-git-9459b8d461d6f8345bfa3fb9b3b4297a7950b0bc.tar.gz |
patch 8.2.3607: GTK3 screen updating is slowv8.2.3607
Problem: GTK3 screen updating is slow.
Solution: Remove some of the GTK3-specific code. (closes #9052)
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |