Module: wine Branch: master Commit: d208ad82dd57413af7ef86705fe5f016ca2e208f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d208ad82dd57413af7ef86705f...
Author: Pierre d'Herbemont pdherbemont@free.fr Date: Thu Nov 30 02:23:12 2006 +0100
winex11.drv: Fix SetWindowPos parameters in the spec file.
---
dlls/winex11.drv/winex11.drv.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec index 4b136b2..1387979 100644 --- a/dlls/winex11.drv/winex11.drv.spec +++ b/dlls/winex11.drv/winex11.drv.spec @@ -105,7 +105,7 @@ @ cdecl SetFocus(long) X11DRV_SetFocus @ 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