winex11.drv: fix SetWindowPos parameters in the spec file.

Pierre d'Herbemont pdherbemont at free.fr
Wed Nov 29 19:23:12 CST 2006


After looking back at the winex11.drv spec file, I saw that I was wrong: 
    a HWND shouldn't be declared as a ptr in the spec definition. This 
fixes my mistake.

Thanks,

Pierre.
---
  dlls/winex11.drv/winex11.drv.spec |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec
index caff77d..4f51cac 100644
--- a/dlls/winex11.drv/winex11.drv.spec
+++ b/dlls/winex11.drv/winex11.drv.spec
@@ -106,7 +106,7 @@
 @ cdecl SetIconicState(long) X11DRV_SetIconicState
 @ cdecl SetParent(long long) X11DRV_SetParent
 @ cdecl SetWindowIcon(long long long) X11DRV_SetWindowIcon
-@ cdecl SetWindowPos(ptr ptr ptr ptr long ptr) X11DRV_SetWindowPos
+@ cdecl SetWindowPos(long long ptr ptr long ptr) X11DRV_SetWindowPos
 @ cdecl SetWindowRgn(long long long) X11DRV_SetWindowRgn
 @ cdecl SetWindowStyle(ptr long) X11DRV_SetWindowStyle
 @ cdecl SetWindowText(long wstr) X11DRV_SetWindowText


More information about the wine-patches mailing list