aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/fltk/Fl_Monitor_Arrangement.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-5/+5
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Respect selection color in monitor widgetPierre Ossman2023-07-131-3/+2
| | | | We should have a consistent color set over all widgets.
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+4
| | | | | This allows us to separate accidentally unused, from explicitly unused parameters, which allows us to turn on such checks in the compiler.
* Use standard accessors for Fl_Monitor_ArrangementPierre Ossman2022-09-071-6/+12
| | | | | The accessor functions are called value() for all standard FLTK widgets, so let's keep that theme here as well.
* Rename MonitorArrangement to Fl_Monitor_ArrangementPierre Ossman2022-09-071-0/+591
Follow upstream FLTK naming to more clearly indicate that this is a general widget and not TigerVNC specific.