On Mon, Nov 18, 2002 at 02:37:01PM +0200, Ville Syrj�l� wrote: > This patch adds WaitForSync() to IDirectFBDisplayLayer. I also replaced > all cases of dfb_system_wait_vsync() with layer specific stuff. I left > IDirectFB::WaitForSync() intact to avoid breaking all apps using it. > Compiles fine but I didn't test it in action yet.
This patch is also needed:
--- src/display/idirectfbdisplaylayer.c.old 2002-11-18 10:05:28.000000000 -0500
+++ src/display/idirectfbdisplaylayer.c 2002-11-18 10:05:30.000000000 -0500
@@ -613,6 +613,7 @@
thiz->GetCursorPosition = IDirectFBDisplayLayer_GetCursorPosition;
thiz->SetCursorShape = IDirectFBDisplayLayer_SetCursorShape;
thiz->SetCursorOpacity = IDirectFBDisplayLayer_SetCursorOpacity;
+ thiz->WaitForSync = IDirectFBDisplayLayer_WaitForSync;
return DFB_OK;
}
b.
--
Brian J. Murrell
msg01076/pgp00000.pgp
Description: PGP signature
