Module: wine Branch: refs/heads/master Commit: 51067e1e8b7af680288c683e4625920a290d9c4c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=51067e1e8b7af680288c683e... Author: Stefan Dösinger <stefandoesinger(a)gmx.at> Date: Fri Apr 7 01:18:13 2006 +0200 wined3d: Add WINED3DPRESENTRATE_DEFAULT. --- include/wine/wined3d_types.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/wine/wined3d_types.h b/include/wine/wined3d_types.h index d2704f2..e28fbc7 100644 --- a/include/wine/wined3d_types.h +++ b/include/wine/wined3d_types.h @@ -1043,4 +1043,6 @@ typedef enum _WINED3DDECLUSAGE { #define WINED3DLOCK_DONOTWAIT 0x4000 #define WINED3DLOCK_NO_DIRTY_UPDATE 0x8000 +#define WINED3DPRESENT_RATE_DEFAULT 0x000000000 + #endif