-
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
53a1f61
commit ace1235
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fltk
updated
24 files
+0 −3 | FL/Fl_Double_Window.H | |
+2 −0 | FL/Fl_Window.H | |
+2 −2 | documentation/src/bundled-libs.dox | |
+70 −32 | documentation/src/wayland.dox | |
+3 −3 | libdecor/build/Makefile | |
+41 −1 | libdecor/src/desktop-settings.c | |
+10 −0 | libdecor/src/desktop-settings.h | |
+1 −1 | libdecor/src/plugins/cairo/libdecor-cairo.c | |
+21 −12 | libdecor/src/plugins/gtk/libdecor-gtk.c | |
+3 −3 | src/CMakeLists.txt | |
+1 −1 | src/Fl_Browser.cxx | |
+8 −16 | src/Fl_Input_Choice.cxx | |
+2 −2 | src/Fl_Menu.cxx | |
+25 −1 | src/Fl_Window.cxx | |
+0 −8 | src/Fl_Window_Driver.H | |
+1 −13 | src/Fl_Window_Driver.cxx | |
+8 −4 | src/Fl_cocoa.mm | |
+15 −11 | src/Fl_win32.cxx | |
+9 −7 | src/Fl_x.cxx | |
+1 −1 | src/Makefile | |
+20 −17 | src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx | |
+1 −5 | src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx | |
+11 −7 | src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | |
+3 −1 | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx |