wined3d: Add WINED3DPRESENTRATE_DEFAULT.

This commit is contained in:
Stefan Dösinger 2006-04-07 01:18:13 +02:00 committed by Alexandre Julliard
parent e71468c786
commit 51067e1e8b
1 changed files with 2 additions and 0 deletions

View File

@ -1043,4 +1043,6 @@ typedef enum _WINED3DDECLUSAGE {
#define WINED3DLOCK_DONOTWAIT 0x4000 #define WINED3DLOCK_DONOTWAIT 0x4000
#define WINED3DLOCK_NO_DIRTY_UPDATE 0x8000 #define WINED3DLOCK_NO_DIRTY_UPDATE 0x8000
#define WINED3DPRESENT_RATE_DEFAULT 0x000000000
#endif #endif