--- np2/win9x/winloc.h 2003/11/01 22:23:04 1.3 +++ np2/win9x/winloc.h 2003/11/04 19:23:03 1.4 @@ -35,11 +35,14 @@ typedef struct { int ty; HWND base; RECT rect; + HWND hold; + UINT holdflag; UINT count; } _WINLOCEX, *WINLOCEX; WINLOCEX winlocex_create(HWND base, const HWND *child, UINT count); void winlocex_destroy(WINLOCEX wle); +void winlocex_setholdwnd(WINLOCEX wle, HWND hold); void winlocex_moving(WINLOCEX wle, RECT *rect); void winlocex_move(WINLOCEX wle); void winlocex_close(WINLOCEX wle);