summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-04-07 07:45:12 +0000
committerManolo Gouy <Manolo>2010-04-07 07:45:12 +0000
commit2d92942bfe3b4f951e4f10d616ecd02be10a495d (patch)
tree6e1316133a9adc9fd4ce2224b2bd00f1f9504c16
parent29317e7b2ddabf9ef99cba82c30455c439ae1115 (diff)
Removed useless #define's
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7464 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Double_Window.cxx4
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);