diff options
| author | Manolo Gouy <Manolo> | 2018-02-09 16:59:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-09 16:59:34 +0000 |
| commit | 6f5340d430aa0a1a13dc7ce527424a9c50c1382d (patch) | |
| tree | aa3ce606b7d66f25ae5fb307646e772ba3a61f20 /src/drivers/GDI/Fl_GDI_Graphics_Driver.H | |
| parent | 52ae3582a2c7bb437df33c0a30bfd5a01d6c5282 (diff) | |
Windows: fix fl_overlay_rect() when scaling factor value is > 2
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12656 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 1ab61722b..5bfd9b515 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -147,6 +147,7 @@ protected: virtual const char *font_name(int num); virtual void font_name(int num, const char *name); void global_gc(); + virtual void overlay_rect(int x, int y, int w , int h); }; |
