diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-09-16 14:25:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-09-16 14:25:48 +0000 |
| commit | 8238e057272f705784571f51d19bf4019c6d4acd (patch) | |
| tree | 19254c56a55fac3974683dfed2d2a3ade7cfeac7 /src | |
| parent | f55b412582f727ec462b25222064f59756c854b6 (diff) | |
Found bug in Alpha Blending code when using double buffered windiws. Disabeling code until I find the fix.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5435 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; |
