-
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
bea7d6f
commit 32674d8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fltk
updated
23 files
+2 −2 | CMake/macOSMaxAllowed.c | |
+10 −2 | FL/Fl_Graphics_Driver.H | |
+1 −1 | FL/Fl_Help_View.H | |
+2 −2 | FL/fl_draw.H | |
+12 −9 | documentation/src/basics.dox | |
+31 −31 | fltk-options/fltk-options.cxx | |
+2 −1 | fluid/autodoc.cxx | |
+2 −0 | fluid/fluid.cxx | |
+7 −4 | src/Fl_Button.cxx | |
+2 −1 | src/Fl_Device.cxx | |
+54 −0 | src/Fl_Graphics_Driver.cxx | |
+4 −4 | src/Fl_Help_View.cxx | |
+31 −1 | src/Fl_Image.cxx | |
+9 −0 | src/Fl_Printer.cxx | |
+8 −2 | src/Fl_cocoa.mm | |
+19 −0 | src/Fl_win32.cxx | |
+2 −4 | src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx | |
+2 −4 | src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx | |
+1 −0 | src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx | |
+3 −1 | src/drivers/X11/Fl_X11_Screen_Driver.cxx | |
+1 −1 | src/fl_draw_pixmap.cxx | |
+1 −2 | test/CubeMain.cxx | |
+10 −1 | test/CubeView.h |