| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The previous attempt to fix this issue in commit
dcb4c39956092b6a4b9d8e0e85c2065099804119 missed to remove the keyword
'struct' in the offending statement. This new commit actually removes
the compiler warning.
|
|
|
|
This allows to bypass what looks like a Cairo bug:
FLTK_SCALING_FACTOR=1.7 bin/test/tabs
click on tab2
---> crash
But no crash with other scaling factor values (e.g., 1.8).
|
|
(#404)
|
|
|
|
|
|
drivers/Wayland/Fl_Wayland_Window_Driver.cxx:1515:47: warning: declaration ‘struct wld_window::custom_cursor’ does not declare anything
|
|
|
|
This function still needs to be tested on a true multi-display Unix box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No code changes.
|
|
|
|
|
|
|
|
|
|
and also add more detailed documentation of platform-specific behaviors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This old compiler is available as a cross compiler from macOS to 64-bit Windows.
|
|
|
|
Fall back to GDI if GDIplus is not available
|
|
|
|
|
|
|
|
|