Author: manolo
Date: 2010-04-07 00:45:12 -0700 (Wed, 07 Apr 2010)
New Revision: 7464
Log:
Removed useless #define's

Modified:
   branches/branch-1.3/src/Fl_Double_Window.cxx

Modified: branches/branch-1.3/src/Fl_Double_Window.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Double_Window.cxx        2010-04-07 07:44:04 UTC 
(rev 7463)
+++ branches/branch-1.3/src/Fl_Double_Window.cxx        2010-04-07 07:45:12 UTC 
(rev 7464)
@@ -142,10 +142,6 @@
   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);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to