diff options
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1212,11 +1212,13 @@ public: /** sets whether GL windows should be drawn at high resolution on Apple computers with retina displays + \version 1.3.4 */ static void use_high_res_GL(int val) { use_high_res_GL_ = val; } /** returns whether GL windows should be drawn at high resolution on Apple computers with retina displays. Default is no. + \version 1.3.4 */ static int use_high_res_GL() { return use_high_res_GL_; } |
