Fix compiler warning, dependencies, and trailing whitespace

The benign warning was:
  ‘Fl_Browser_::hscrollbar’ will be initialized after [-Wreorder]
  ‘int Fl_Browser_::linespacing_’ ...
This commit is contained in:
Albrecht Schlosser
2023-11-27 15:33:53 +01:00
parent 6ea31316fb
commit 57371365d8
11 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ protected:
int leftClip, int rightClip) const;
int handle_rmb(int readonly);
void draw_line_numbers(bool clearAll);
void clear_rect(int style, int x, int y, int width, int height) const;