fixed missing win32 preprocessor clause

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2012-04-22 03:09:31 +00:00
parent a5196976cc
commit dc6e8a5f8a

View File

@ -230,7 +230,9 @@ int fl_draw_pixmap(const char*const* cdata, int x, int y, Fl_Color bg) {
#endif
transparent_index = ' ';
Fl::get_color(bg, c[0], c[1], c[2]); c[3] = 0;
#ifdef WIN32
transparent_c = c;
#endif
p += 4;
ncolors--;
}