Re: Commit: patch 9.2.0931: the GTK4 GUI is still experimental and untested by CI
Christian Brabandt <[email protected]> Tue, 11 Aug 2026 19:27:51 +0200
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <[email protected]> |
On Di, 11 Aug 2026, Hisashi T Fujinaka wrote: > Whoops. Misapplied the patch. This is the only part that fails for my > build. > > > diff --git a/src/gui_xim.c b/src/gui_xim.c > > > index 0700ce41a..184945583 100644 > > > --- a/src/gui_xim.c > > > +++ b/src/gui_xim.c > > > @@ -189,12 +189,10 @@ static int im_preedit_cursor = 0; // cursor > > > offset in characters > > > static int im_preedit_trailing = 0; // number of characters after cursor > > > > > > static unsigned long im_commit_handler_id = 0; > > > -# ifdef USE_GTK4 > > > +# ifndef USE_GTK4 > > > static unsigned int im_activatekey_keyval = GDK_KEY_VoidSymbol; > > > -# else > > > -static unsigned int im_activatekey_keyval = GDK_VoidSymbol; > > > -# endif > > > static unsigned int im_activatekey_state = 0; I don't follow. If you check out v9.2.0931 you have the patch already applied? What exactly is wrong? Can you share the error message? Thanks, Christian -- How do I type "for i in *.dvi do xdvi i done" in a GUI? (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/antbl%2ByFbqJFONZM%40256bit.org.