winex11.drv: Fix SetWindowPos parameters in the spec file.
This commit is contained in:
parent
1d8664ead4
commit
d208ad82dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue