diff options
| author | Manolo Gouy <Manolo> | 2016-09-19 15:33:21 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-19 15:33:21 +0000 |
| commit | 3c0b74b2843c5c945953e2965f573aa036050c43 (patch) | |
| tree | e846d48a1cf9e8c72b0f139ab720150b125affc0 | |
| parent | 6b86d9fbafbb79a98d8aeacb285f6499ac451a6f (diff) | |
Remove virtual bool Fl_Graphics_Driver::high_resolution() unlikely to be useful across platforms.
HighDPI support is done with very different means across platforms, so a boolean
value is unlikely to be meaningful across platforms.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11950 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 57c8d2404..418b8b90c 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -122,8 +122,6 @@ protected: inline int vertex_kind() {return what;} #endif matrix *fl_matrix; /**< Points to the current coordinate transformation matrix */ - /** Returns whether the graphics driver is currently drawing to a high resolution surface */ - virtual bool high_resolution() { return false; } virtual void global_gc(); /** Support function for Fl_Pixmap drawing */ virtual fl_uintptr_t cache(Fl_Pixmap *img, int w, int h, const char *const*array) { return 0; } |
