X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=d3d9caps.py;h=1c0188f969e63d35026803dbf920b5a12f7d75cf;hb=52eaaa2f3749692d587a41145da900f9014e9002;hp=195052b74f17a298bf7b965a5228265deb491ee2;hpb=7ad4026e424c61d72c0099f4d1a504fe46d774bf;p=apitrace diff --git a/d3d9caps.py b/d3d9caps.py index 195052b..1c0188f 100644 --- a/d3d9caps.py +++ b/d3d9caps.py @@ -25,7 +25,7 @@ """d3d9caps.h""" -from windows import * +from winapi import * from d3d9types import * D3DVS20CAPS = Flags(DWORD, [ @@ -79,7 +79,7 @@ D3DCAPS3 = Flags(DWORD, [ D3DPRESENT_INTERVAL = Flags(DWORD, [ - "D3DPRESENT_INTERVAL_DEFAULT", + #"D3DPRESENT_INTERVAL_DEFAULT", # 0 "D3DPRESENT_INTERVAL_ONE", "D3DPRESENT_INTERVAL_TWO", "D3DPRESENT_INTERVAL_THREE",