--- np2/win9x/winloc.h 2003/10/16 17:58:44 1.1 +++ np2/win9x/winloc.h 2003/10/31 04:11:40 1.2 @@ -1,2 +1,13 @@ -void winloc_movingstart(void); -void winloc_movingproc(RECT *prc); + +typedef struct { + UINT flag; + int gx; + int gy; + int tx; + int ty; +} WINLOC; + +void winloc_movingstart(WINLOC *wl); +void winloc_movingproc(WINLOC *wl, RECT *prc); + +