Removed useless #define's
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7464 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
29317e7b2d
commit
2d92942bfe
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user