From 82715be6c3d6bf058c9eca236bf30d26cc7fd22f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 4 Nov 2012 23:54:27 +0000 Subject: [PATCH] Fix dxgi specs. --- specs/dxgi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/dxgi.py b/specs/dxgi.py index 5c7925e..45af484 100644 --- a/specs/dxgi.py +++ b/specs/dxgi.py @@ -284,6 +284,6 @@ IDXGIDevice1.methods += [ dxgi = API('dxgi') dxgi.addFunctions([ - StdFunction(HRESULT, "CreateDXGIFactory", [(REFIID, "riid"), (Pointer(ObjPointer(Void)), "ppFactory")]), - StdFunction(HRESULT, "CreateDXGIFactory1", [(REFIID, "riid"), (Pointer(ObjPointer(Void)), "ppFactory")]), + StdFunction(HRESULT, "CreateDXGIFactory", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]), + StdFunction(HRESULT, "CreateDXGIFactory1", [(REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppFactory")]), ]) -- 2.45.2