Update of /cvsroot/htoolkit/port/src/cbits/Win32
In directory sc8-pr-cvs1:/tmp/cvs-serv29596/src/cbits/Win32
Modified Files:
Window.c
Log Message:
Merge DialogActivate and DialogDeactivateEvents to WindowActivate and DialogActivate
Index: Window.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Window.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Window.c 24 Aug 2003 21:07:48 -0000 1.44
--- Window.c 25 Aug 2003 17:35:50 -0000 1.45
***************
*** 669,677 ****
gInKey = FALSE;
gCurChar = 0;
! handleDialogDeactivate(hWnd);
}
else
{
! handleDialogActivate(hWnd);
}
break;
--- 669,677 ----
gInKey = FALSE;
gCurChar = 0;
! handleWindowDeactivate(hWnd);
}
else
{
! handleWindowActivate(hWnd);
}
break;
|