summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-08-26 14:10:56 +0000
committerManolo Gouy <Manolo>2017-08-26 14:10:56 +0000
commit1fdf15d8ebd443c3ffc736a21944e091f99c07ce (patch)
tree39ab46c8c24747b1ef86301544313fad51522e24 /src/drivers/GDI/Fl_GDI_Graphics_Driver.H
parenta57381e8042d45384b2f502146c6418294ad1334 (diff)
WIN32: allow to change the active drawing surface between Fl_Display_Device and Fl_Image_Surface and keep the clipping region correct.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12401 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.H1
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 897f66ffa..967800a52 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
@@ -39,6 +39,7 @@ private:
BOOL alpha_blend_(int x, int y, int w, int h, HDC src_gc, int srcx, int srcy, int srcw, int srch);
int depth; // to support translation
POINT *origins; // to support translation
+ void set_current_();
protected:
HDC gc_;
int numcount;