diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-01 11:55:41 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-01 11:55:41 +0200 |
| commit | b75d7526fde03a9a831fd21afa38efeaa5d55a24 (patch) | |
| tree | a944512f05dacf3cccb07ab38c48d2fb085e2b38 /src/drivers/Wayland/Fl_Wayland_Window_Driver.H | |
| parent | b4686f0e5bc4cd871eab50e5e474a8c55ad61845 (diff) | |
Simplify Fl_Window_Driver::screen_num() member functions.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H index a419fa54b..5bd73ab04 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H @@ -74,8 +74,6 @@ public: bool busy; }; static type_for_resize_window_between_screens data_for_resize_window_between_screens_; - int screen_num_; - void screen_num(int n) { screen_num_ = n; } void decorated_win_size(int &w, int &h); void shape_bitmap_(Fl_Image* b); void shape_alpha_(Fl_Image* img, int offset); @@ -88,7 +86,6 @@ public: static void redraw(struct wld_window *window); static inline Fl_Wayland_Window_Driver* driver(const Fl_Window *w) {return (Fl_Wayland_Window_Driver*)Fl_Window_Driver::driver(w);} - virtual int screen_num(); static void resize_after_screen_change(void *data); // --- window data |
