summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-04-18 15:03:51 +0000
committerManolo Gouy <Manolo>2018-04-18 15:03:51 +0000
commit15e3f4b2d2fca4e501e13a2a303880013955dfcd (patch)
tree537ced5b9968b57fd21c8c428fc6d7a616892ac5 /src/drivers/WinAPI
parent231e0edff6817b196abdd69b9c7539a213582d52 (diff)
Simplify the implementation of printing of Fl_Pixmap images under Windows.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_System_Driver.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
index 0fe23cfda..0742c7142 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H
@@ -41,7 +41,6 @@
class Fl_WinAPI_System_Driver : public Fl_System_Driver
{
public:
- static unsigned win_pixmap_bg_color; // the RGB() of the pixmap background color
virtual void warning(const char *format, va_list args);
virtual void error(const char *format, va_list args);
virtual void fatal(const char *format, va_list args);
@@ -95,9 +94,6 @@ public:
// this one is implemented in Fl_win32.cxx
virtual void* thread_message();
virtual int file_type(const char *filename);
- virtual int pixmap_extra_transparent_processing() {return 1;}
- // this one is implemented in fl_draw_pixmap.cxx
- virtual void make_unused_color(unsigned char &r, unsigned char &g, unsigned char &b);
virtual const char *home_directory_name();
virtual const char *filesystems_label() { return "My Computer"; }
virtual int backslash_as_slash() {return 1;}