Mesa (master): d3dadapter: Fix wrong naming in header file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 26 20:16:37 UTC 2018


Module: Mesa
Branch: master
Commit: e50d374b6140a610e61fa0da9d5d69f7cb9ef914
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e50d374b6140a610e61fa0da9d5d69f7cb9ef914

Author: Axel Davy <davyaxel0 at gmail.com>
Date:   Sun Sep 16 17:24:45 2018 +0200

d3dadapter: Fix wrong naming in header file

GetWindowInfo used to be GetWindowSize before gallium
nine was merged. A left-over remained...

Signed-off-by: Axel Davy <davyaxel0 at gmail.com>

---

 include/d3dadapter/present.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3dadapter/present.h b/include/d3dadapter/present.h
index 95e8d679e3..0325ebc511 100644
--- a/include/d3dadapter/present.h
+++ b/include/d3dadapter/present.h
@@ -125,7 +125,7 @@ struct ID3DPresent
 #define ID3DPresent_SetCursorPos(p,a) (p)->lpVtbl->SetCursorPos(p,a)
 #define ID3DPresent_SetCursor(p,a,b,c) (p)->lpVtbl->SetCursor(p,a,b,c)
 #define ID3DPresent_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b)
-#define ID3DPresent_GetWindowInfo(p,a,b,c,d) (p)->lpVtbl->GetWindowSize(p,a,b,c,d)
+#define ID3DPresent_GetWindowInfo(p,a,b,c,d) (p)->lpVtbl->GetWindowInfo(p,a,b,c,d)
 #define ID3DPresent_GetWindowOccluded(p) (p)->lpVtbl->GetWindowOccluded(p)
 #define ID3DPresent_ResolutionMismatch(p) (p)->lpVtbl->ResolutionMismatch(p)
 #define ID3DPresent_CreateThread(p,a,b) (p)->lpVtbl->CreateThread(p,a,b)




More information about the mesa-commit mailing list