diff options
| author | Manolo Gouy <Manolo> | 2016-03-19 05:11:05 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-19 05:11:05 +0000 |
| commit | 1179b53b0cd6d5423d013667a91ce19e0768ffcf (patch) | |
| tree | 23e14f6225b8cad3ffcf7f58b4c5685b5488fb78 | |
| parent | 55735c7930459be1618042459e8978bf9a01b1fd (diff) | |
Implement Fl_PostScript_Graphics_Driver::has_feature(driver_feature mask)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_PostScript.H | 1 |
1 files changed, 1 insertions, 0 deletions
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; } }; /** |
