diff options
| -rw-r--r-- | src/Fl_Double_Window.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index b17b900f1..89f838844 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -142,10 +142,6 @@ void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) DeleteDC(new_gc); } -#if(WINVER < 0x0500) -#define SHADEBLENDCAPS 120 -#define SB_PIXEL_ALPHA 0x02 -#endif void fl_copy_offscreen_with_alpha(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) { HDC new_gc = CreateCompatibleDC(fl_gc); int save = SaveDC(new_gc); |
