--- np2/win9x/winloc.h 2003/11/01 22:23:04 1.3 +++ np2/win9x/winloc.h 2005/02/07 14:46:14 1.5 @@ -21,8 +21,8 @@ void winloc_movingproc(WINLOC *wl, RECT typedef struct { HWND hwnd; RECT rect; - BYTE connect; - BYTE padding; + UINT8 connect; + UINT8 padding; UINT16 parent; } WLEXWND; @@ -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);