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
This commit is contained in:
Matthias Melcher 2006-09-16 14:25:48 +00:00
parent f55b412582
commit 8238e05727

View File

@ -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;