diff options
Diffstat (limited to 'src/Fl_Double_Window.cxx')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 9264efc86..ffaff2663 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -64,7 +64,7 @@ void Fl_Double_Window::show() { Fl_Window::show(); } -#if defined(X11) +#if defined(USE_X11) // maybe someone feels inclined to implement alpha blending on X11? char fl_can_do_alpha_blending() { |
