diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 19e59feb6..5f185fed5 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -218,6 +218,7 @@ class Clip { // --- Fl_Bitmask create_bitmask(int w, int h, const uchar *array) { return 0L; } void delete_bitmask(Fl_Bitmask bm) { }; + virtual int has_feature(driver_feature mask) { return mask & PRINTER; } }; /**