Subversion Repositories filter_foundry

Rev

Rev 492 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 499
Line 84... Line 84...
84
                        for(i=pbmih->biWidth;i--;)
84
                        for(i=pbmih->biWidth;i--;)
85
                        p[i] = -( (i^j)&1 ) ;*/
85
                        p[i] = -( (i^j)&1 ) ;*/
86
 
86
 
87
                        return true;
87
                        return true;
88
                }else
88
                }else
89
                        dbg((TCHAR*)TEXT("CreateDIBSection FAILED")); // TODO (Not so important): TRANSLATE
89
                        dbg((TCHAR*)TEXT("CreateDIBSection FAILED"));
90
        }
90
        }
91
        return false;
91
        return false;
92
}
92
}
93
 
93
 
94
void disposebitmap(BITMAPREF pb){
94
void disposebitmap(BITMAPREF pb){