Problem: Wayland: still performance issues
(lilydjwg, after v9.2.0010)
Solution: Revert another part of Patch v9.2.0010
(Christoffer Aasted)
Revert "perf(gtk-wayland): avoid early redraws; compositor does redraw"
fixes: #19471
fixes: #19481
closes: #19482
Signed-off-by: Christoffer Aasted <dezzadk@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
void
gui_mch_update(void)
{
-#ifdef GDK_WINDOWING_WAYLAND
- // avoid early redraws; compositor does redraw
- if (gui.is_wayland)
- return;
-#endif
int cnt = 0; // prevent endless loop
while (g_main_context_pending(NULL) && !vim_is_input_buf_full()
&& ++cnt < 100)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 44,
/**/
43,
/**/