comparison runtime/doc/gui_x11.txt @ 34244:d15d40bf532b

runtime(doc): correct Vim patch for Wayland support Commit: https://github.com/vim/vim/commit/8fecb472c4a3f0f1ea364422424c56d1e0771b3e Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 30 23:37:41 2024 +0100 runtime(doc): correct Vim patch for Wayland support Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Jan 2024 23:45:03 +0100
parents 2dae3f0bfa53
children 6fb237b639ac
comparison
equal deleted inserted replaced
34243:42614cc15aa5 34244:d15d40bf532b
648 X11R5 with a library for X11R6 probably doesn't work (although the linking 648 X11R5 with a library for X11R6 probably doesn't work (although the linking
649 won't give an error message, Vim will crash later). 649 won't give an error message, Vim will crash later).
650 650
651 *gui-wayland* 651 *gui-wayland*
652 Initial support for the Wayland display server protocol has landed in patch 652 Initial support for the Wayland display server protocol has landed in patch
653 9.0.0064. To enable it, you need to set the environment variable 653 9.1.0064. To enable it, you need to set the environment variable
654 "$GVIM_ENABLE_WAYLAND" in your shell. 654 "$GVIM_ENABLE_WAYLAND" in your shell.
655 655
656 Note: The Wayland protocol is subject to some restrictions, so the following 656 Note: The Wayland protocol is subject to some restrictions, so the following
657 functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the 657 functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the
658 |v:windowid| variable won't be available. 658 |v:windowid| variable won't be available.