diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-13 23:44:22 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-13 23:44:22 +0000 |
| commit | 025290929df35c7b077542115be8570810c26b85 (patch) | |
| tree | 9478da6ce3c542cf52792f02abfc05e6276c979e /src/Fl_Double_Window.cxx | |
| parent | 097c3cd91e1a9bad342fe03b0e5a7be57bf55786 (diff) | |
Fixed missing config.h includes in X11 after QD removal.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6426 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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() { |
