diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-06 19:56:40 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-06 19:56:40 +0100 |
| commit | 8334abe544c3e9e222acdb282652ad5e2f4a9609 (patch) | |
| tree | 9b0fd9d92d75d9303bb34811b384ca6f27d21105 /src/drivers | |
| parent | 39b5ae9e6e957582eddf16c86829d01473458e5d (diff) | |
Fix whitespace errors (no code changes)
(1) convert tabs to spaces
(2) remove trailing whitespace
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Window_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/X11/Fl_X11_Window_Driver.cxx b/src/drivers/X11/Fl_X11_Window_Driver.cxx index fc583bd83..1a98f78e3 100644 --- a/src/drivers/X11/Fl_X11_Window_Driver.cxx +++ b/src/drivers/X11/Fl_X11_Window_Driver.cxx @@ -95,7 +95,7 @@ void Fl_X11_Window_Driver::decorated_win_size(int &w, int &h) attributes.height -= (attributes.width - w_attributes.width); attributes.width = w_attributes.width; } - + int nscreen = screen_num(); float s = Fl::screen_driver()->scale(nscreen); w = attributes.width / s; |
