@ -413,7 +413,7 @@ void Fl_Graphics_Driver::draw_fixed(Fl_Bitmap *bm,int XP, int YP, int WP, int HP
@@ -413,7 +413,7 @@ void Fl_Graphics_Driver::draw_fixed(Fl_Bitmap *bm,int XP, int YP, int WP, int HP
// The above comments were checked in as r2, and much has changed since then;
// transparency added, color cube not required, etc. -erco Oct 20 2013
#include"config_lib.h"
#include<FL/Fl.H>
#include"Fl_System_Driver.H"
#if defined(FL_CFG_SYS_WIN32)
#include"drivers/GDI/Fl_GDI_Graphics_Driver.H"
#endif
#include<FL/platform.H>
#include<FL/fl_draw.H>
#include<stdio.h>
@ -72,41 +68,6 @@ int fl_measure_pixmap(const char * const *cdata, int &w, int &h) {
@@ -72,41 +68,6 @@ int fl_measure_pixmap(const char * const *cdata, int &w, int &h) {
return1;
}
#if defined(FL_CFG_SYS_WIN32)
// Makes an RGB triplet different from all the colors used in the pixmap
// and compute Fl_Graphics_Driver::need_pixmap_bg_color from this triplet