From a773fdc44bfb818f1830e9e48ba765881e68c942 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 3 Mar 2022 17:20:24 +0100 Subject: Fix whitespace, update dependencies and fluid files --- src/Fl_Native_File_Chooser_GTK.cxx | 2 +- src/Fl_compose.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 6358c5ace..07cc3ff7a 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -768,7 +768,7 @@ int Fl_GTK_Native_File_Chooser_Driver::fl_gtk_chooser_wrapper() fl_gtk_widget_show_now(gtkw_ptr); // map the GTK window on screen gboolean state = fl_gtk_file_chooser_get_show_hidden((GtkFileChooser *)gtkw_ptr); fl_gtk_toggle_button_set_active((GtkToggleButton *)show_hidden_button, state); - + Fl_Event_Dispatch old_dispatch = Fl::event_dispatch(); // prevent FLTK from processing any event Fl::event_dispatch(fnfc_dispatch); diff --git a/src/Fl_compose.cxx b/src/Fl_compose.cxx index 356823ee1..b83121467 100644 --- a/src/Fl_compose.cxx +++ b/src/Fl_compose.cxx @@ -40,7 +40,7 @@ int Fl::compose_state = 0;

If false is returned, the keys should be treated as function keys, and del is set to zero. You could insert the text anyways, if you don't know what else to do. - +

Text editing widgets can preferentially call fl_set_spot() to indicate the window coordinates of the bottom of the current insertion point and the line height. This way, auxiliary windows that help choosing among alternative characters @@ -63,7 +63,7 @@ int Fl::compose_state = 0;

Finally, text editing widgets should call set_flag(MAC_USE_ACCENTS_MENU); in their constructor if they want to use, on the macOS platform, the feature introduced with Mac OS 10.7 "Lion" where pressing and holding certain keys on the keyboard opens a diacritic marks popup window. - + \note For compatibility with FLTK 1.3, text editing widgets can call Fl::insertion_point_location(int x, int y, int height) and Fl::reset_marked_text() only under the macOS platform to indicate/reset the coordinates of the current insertion point. -- cgit v1.2.3