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

This commit is contained in:
Pierre d'Herbemont 2006-11-30 02:23:12 +01:00 committed by Alexandre Julliard
parent 1d8664ead4
commit d208ad82dd
1 changed files with 1 additions and 1 deletions

View File

@ -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