fltk/src/drivers
Albrecht Schlosser 6ac305a508 Remove compiler warnings '-Wextra-semi' (see also PR #266)
I compiled with `-Wextra-semi -Werror=extra-semi` on Linux and Windows
(cross-compiled on Linux) and removed all "extra semicolon" warnings
I could find. I didn't check on macOS (yet).

Note: Linux configured with and w/o Pango but not w/o Xft. Compilation
with other options (e.g. Cairo) might still emit such warnings.
2021-08-27 14:52:43 +02:00
..
Android New virtual member function Fl_Graphics_Driver::colored_rectf(). 2021-05-28 13:30:59 +02:00
Cairo Remove compiler warnings '-Wextra-semi' (see also PR #266) 2021-08-27 14:52:43 +02:00
Cocoa Remove useless friend declaration. 2021-07-24 09:27:51 +02:00
Darwin Fix #include statements, remove unnecessary includes 2021-02-21 14:04:44 +01:00
GDI Harmonize and document syntax of config.h source files 2021-07-08 13:59:47 +02:00
OpenGL Remove compiler warnings '-Wextra-semi' (see also PR #266) 2021-08-27 14:52:43 +02:00
Pico Remove #include ".../config_lib.h" from remaining sources 2021-02-18 13:11:47 +01:00
PicoAndroid Remove #include ".../config_lib.h" from remaining sources 2021-02-18 13:11:47 +01:00
PicoSDL Remove #include ".../config_lib.h" from remaining sources 2021-02-18 13:11:47 +01:00
Posix Call pthread's recursive mutex on Linux (Issue #245) 2021-07-21 12:16:20 +02:00
PostScript Remove compiler warnings '-Wextra-semi' (see also PR #266) 2021-08-27 14:52:43 +02:00
Quartz Have Fl_Quartz_Copy_Surface_Driver account for current display scaling factor. 2021-08-05 19:21:05 +02:00
SVG Remove unnecessary system includes from public headers 2021-03-21 00:42:28 +01:00
WinAPI Fix a potential memory leak (PR #241) 2021-06-26 15:48:13 +02:00
X11 Revert parts of and fix other 'constness' changes (#239, #181) 2021-06-18 18:46:17 +02:00
Xlib New virtual member function Fl_Graphics_Driver::colored_rectf(). 2021-05-28 13:30:59 +02:00