From 8238e057272f705784571f51d19bf4019c6d4acd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 16 Sep 2006 14:25:48 +0000 Subject: 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 --- src/Fl_Double_Window.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3