diff options
| author | Manolo Gouy <Manolo> | 2012-03-12 11:55:50 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-03-12 11:55:50 +0000 |
| commit | f6cb583e27ffd6046da7a28edc35fc8001ea9415 (patch) | |
| tree | 6ebefa26d9d18394f37cce530e30e86392624ea3 /FL/win32.H | |
| parent | 4715e1593ede95a320f618c026bd8c886163755a (diff) | |
Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha() and
fl_create_offscreen_with_alpha() by Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9278 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/win32.H')
| -rw-r--r-- | FL/win32.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/win32.H b/FL/win32.H index d8c59cf7e..dec7cebbf 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -3,7 +3,7 @@ // // WIN32 header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2011 by Bill Spitzak and others. +// Copyright 1998-2012 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -136,7 +136,6 @@ typedef HBITMAP Fl_Offscreen; FL_EXPORT void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP pixmap,int srcx,int srcy); -FL_EXPORT void fl_copy_offscreen_with_alpha(int x,int y,int w,int h,HBITMAP pixmap,int srcx,int srcy); #define fl_delete_offscreen(bitmap) DeleteObject(bitmap) // Bitmap masks |
