wined3d: Add WINED3DPRESENT_INTERVAL_* definitions.

oldstable
Stefan Dösinger 2006-04-07 01:20:33 +02:00 committed by Alexandre Julliard
parent 51067e1e8b
commit e0898f5e0e
1 changed files with 7 additions and 0 deletions

View File

@ -1045,4 +1045,11 @@ typedef enum _WINED3DDECLUSAGE {
#define WINED3DPRESENT_RATE_DEFAULT 0x000000000
#define WINED3DPRESENT_INTERVAL_DEFAULT 0x00000000
#define WINED3DPRESENT_INTERVAL_ONE 0x00000001
#define WINED3DPRESENT_INTERVAL_TWO 0x00000002
#define WINED3DPRESENT_INTERVAL_THREE 0x00000004
#define WINED3DPRESENT_INTERVAL_FOUR 0x00000008
#define WINED3DPRESENT_INTERVAL_IMMEDIATE 0x80000000
#endif