James McCoy wrote: > When built with GTK3, gvim crashes in a Wayland environment. This is > due to lots of X-specific code in the GTK UI. > > I'm forwarding the attached patch, from Simon McVittie, which tells GDK > that only the X11 backend is applicable. > > >From a quick glance at the GTK/GDK APIs, I didn't find either > backend-agnostic functions (to migrate to) or Wayland-specific functions > (to call in Wayland environments) for the APIs that Vim is using. Maybe > I'm missing something, though, since I'm not particularly familiar with > those toolkits. > > At least the patch avoids the crash, giving someone more time to look > into a longer term solution.
Thanks. I'll ajust the #ifdef as Kazunobu Kuriyama suggested. -- hundred-and-one symptoms of being an internet addict: 230. You spend your Friday nights typing away at your keyboard /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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]. For more options, visit https://groups.google.com/d/optout.
