search for: dib_directdraw_bltfast

Displaying 1 result from an estimated 1 matches for "dib_directdraw_bltfast".

2002 Sep 17
1
DIB_DirectDraw_BltFast
...around in this game in a view from above, but wine does not draw the floor tiles, which is quite annoying. So I printed out the debugging-manual and tried to figure out, what's going on. There are two function calls, which I believe to have identified as the culprits: DIB_DirectDraw_Blt or DIB_DirectDraw_BltFast The first function call complains saying that DBLT_ASYNC|DBLT_WAIT is not supported, but as far as I understand the source code, still everything should be rendered. The second function is also called a lot and here I am not so sure, what happens. Is this function completely implemented? I think...