diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-31 13:51:01 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-31 13:51:01 +0000 |
| commit | 7440ea209ad349d92f27796f1c8d8090c4541ab8 (patch) | |
| tree | 20b6ba658ca93e412633cea9ed042d7506f59b01 /FL/Fl_PostScript.H | |
| parent | caf2a7e92c371df699a87553032f62dcd44a5487 (diff) | |
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure. Tested on OS X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 175a5f4e7..e749451df 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -222,6 +222,9 @@ class Clip { int draw_scaled(Fl_Image *img, int XP, int YP, int WP, int HP); int clocale_printf(const char *format, ...); ~Fl_PostScript_Graphics_Driver(); + // --- + Fl_Bitmask create_bitmask(int w, int h, const uchar *array) { return 0L; } + void delete_bitmask(Fl_Bitmask bm) { }; }; /** |
