summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-01 11:55:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-09-01 11:55:41 +0200
commitb75d7526fde03a9a831fd21afa38efeaa5d55a24 (patch)
treea944512f05dacf3cccb07ab38c48d2fb085e2b38 /src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
parentb4686f0e5bc4cd871eab50e5e474a8c55ad61845 (diff)
Simplify Fl_Window_Driver::screen_num() member functions.
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
index 2e6946471..afc8cc39b 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.H
@@ -58,7 +58,6 @@ class Fl_WinAPI_Window_Driver : public Fl_Window_Driver
Fl_Image* shape_; ///< shape image
Fl_Bitmap *effective_bitmap_; ///< auxiliary bitmap image
} *shape_data_;
- int screen_num_;
private:
void shape_bitmap_(Fl_Image* b);
void shape_alpha_(Fl_Image* img, int offset);
@@ -68,8 +67,6 @@ public:
static inline Fl_WinAPI_Window_Driver* driver(const Fl_Window *w) {return (Fl_WinAPI_Window_Driver*)Fl_Window_Driver::driver(w);}
HDC private_dc; // used for OpenGL
RECT border_width_title_bar_height(int &bx, int &by, int &bt);
- virtual void screen_num(int n);
- virtual int screen_num();
struct icon_data *icon_;
HCURSOR cursor;