diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 4e5f7bf1b..4f87f0bc3 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -87,6 +87,7 @@ static fl_alpha_blend_func fl_alpha_blend = NULL; * and finds the required function if so. */ char fl_can_do_alpha_blending() { + return 0; static char been_here = 0; static char can_do = 0; if (been_here) return can_do; |
