comparison dw.h @ 960:841b66d2d1b9

Added initial support for transparent pixmap/bitmaps on Windows... without using dw_pixmap_set_transparent_color() using AlphaBlend().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 02 May 2011 14:18:47 +0000
parents 238ca78e71a7
children 52cd98b7e45c
comparison
equal deleted inserted replaced
959:37f2938ecd72 960:841b66d2d1b9
634 HBITMAP hbm; 634 HBITMAP hbm;
635 HDC hdc; 635 HDC hdc;
636 unsigned long transcolor; 636 unsigned long transcolor;
637 HWND handle; 637 HWND handle;
638 void *bits; 638 void *bits;
639 unsigned long depth;
639 } *HPIXMAP; 640 } *HPIXMAP;
640 641
641 typedef HWND HMENUI; 642 typedef HWND HMENUI;
642 #endif 643 #endif
643 644