-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb260d4
commit d9fff2e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fltk
updated
18 files
+1 −2 | FL/Fl_Group.H | |
+4 −0 | FL/Fl_Tree_Prefs.H | |
+1 −1 | FL/fl_draw.H | |
+2 −0 | FL/wayland.H | |
+16 −1 | configure.ac | |
+18 −2 | src/Fl_File_Chooser2.cxx | |
+0 −4 | src/Fl_Group.cxx | |
+2 −6 | src/Fl_System_Driver.H | |
+4 −4 | src/Fl_Tree.cxx | |
+19 −10 | src/Fl_Tree_Item.cxx | |
+19 −69 | src/Fl_Tree_Prefs.cxx | |
+0 −1 | src/Fl_Window_Driver.H | |
+1 −4 | src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
+6 −43 | src/drivers/Darwin/Fl_Darwin_System_Driver.cxx | |
+1 −1 | src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx | |
+24 −25 | src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | |
+26 −6 | test/handle_keys.cxx | |
+4 −2 | test/terminal.fl |