From d5220370b1b6022e274646e0844060cc8470c458 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 3 Jul 2025 22:37:49 +0200 Subject: Remove private class Fl_Int_Vector This class was used in pre-C++11 versions (up to 1.4.x) and is no longer needed. --- documentation/src/wayland.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 1f522acf1..a4bc5e4ea 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -1085,7 +1085,7 @@ corresponding text via function \c xkb_state_key_get_utf8() which is put in \c F Then, a few calls to functions whose name begin with \c xkb_compose_ are necessary to support dead and compose keys. Finally a call to \c Fl::handle() sends an \c FL_KEYDOWN or \c FL_KEYUP event to the appropriate \c Fl_Window. Also, function \c wl_keyboard_key() uses global variable -Fl_Int_Vector key_vector to record all currently pressed keys. This is the base of the +std::vector key_vector to record all currently pressed keys. This is the base of the implementation of \c Fl_Wayland_Screen_Driver::event_key(int). 5) Function \c wl_keyboard_modifiers() runs when a modifier key (e.g., shift, control) is pressed or -- cgit v1.2.3