Commit: patch 9.2.0082: Patch v9.2.0052 was wrong

2 views
Skip to first unread message

Christian Brabandt

unread,
Mar 1, 2026, 11:31:54 AM (3 days ago) Mar 1
to vim...@googlegroups.com
patch 9.2.0082: Patch v9.2.0052 was wrong

Commit: https://github.com/vim/vim/commit/f8ec661ff546f11672ecc23133eb657263ac9282
Author: Christian Brabandt <c...@256bit.org>
Date: Sun Mar 1 16:11:22 2026 +0000

patch 9.2.0082: Patch v9.2.0052 was wrong

Problem: Patch v9.2.0052 was wrong
Solution: Revert it for now

Revert "patch 9.2.0052: Wayland: hiding lower half of command line in tiny vim"
This reverts commit b834c3f23bf7aca1d2d7160cd0360bdf06806f9f.

related: #19504
related: #19483

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index 2b67474ae..493ba56ef 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -1720,13 +1720,6 @@ gui_mch_init_check(void)
}
#endif

-#if GTK_CHECK_VERSION(3,10,0) && !defined(HAVE_WAYLAND)
- // Without Wayland display protocol support compiled in, force the X11 GDK
- // backend to avoid display issues when running under a Wayland compositor
- // (e.g., cmdline bottom half hidden in tiny builds, see patch 9.1.1585).
- gdk_set_allowed_backends("x11");
-#endif
-
#ifdef FEAT_GUI_GNOME
if (gtk_socket_id == 0)
using_gnome = 1;
diff --git a/src/version.c b/src/version.c
index d74162d43..4c5c755a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 82,
/**/
81,
/**/
Reply all
Reply to author
Forward
0 new messages