diff options
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index e6af1297b..630d77d3f 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1914,6 +1914,8 @@ Fl_Widget_Tracker::~Fl_Widget_Tracker() int Fl::use_high_res_GL_ = 0; +int Fl::draw_GL_text_with_textures_ = 1; + int Fl::dnd() { return Fl::screen_driver()->dnd(); |
