Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1:/tmp/cvs-serv26695/port/src/cbits/Win32 Modified Files: AboutDialog.c ConfigKey.c EditBox.c FontDialog.c Label.c Menu.c MenuHandlesMap.h Message.c Log Message: Add extra new line to the end of file. Index: AboutDialog.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/AboutDialog.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AboutDialog.c 1 Jul 2003 19:13:03 -0000 1.1 --- AboutDialog.c 23 Jul 2003 16:25:21 -0000 1.2 *************** *** 547,549 **** FreeDlgInfo(&fi); ! } \ No newline at end of file --- 547,549 ---- FreeDlgInfo(&fi); ! } Index: ConfigKey.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/ConfigKey.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ConfigKey.c 4 Jul 2003 17:39:04 -0000 1.1 --- ConfigKey.c 23 Jul 2003 16:25:21 -0000 1.2 *************** *** 7,11 **** FrameData *pFrameData; HKEY hSoftwareKey, hAppKey, hKey; - LONG lResult; pFrameData = (FrameData *) GetWindowLong(ghWndFrame,GWL_USERDATA); --- 7,10 ---- *************** *** 220,222 **** RegCloseKey(hKey); ! } \ No newline at end of file --- 219,221 ---- RegCloseKey(hKey); ! } Index: EditBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/EditBox.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** EditBox.c 26 Mar 2003 22:09:59 -0000 1.6 --- EditBox.c 23 Jul 2003 16:25:21 -0000 1.7 *************** *** 90,92 **** SendMessage(editbox, WM_SETFONT, (WPARAM) font, MAKELPARAM (TRUE,0)); handleWindowReLayout(GetParent(editbox)); ! }; \ No newline at end of file --- 90,92 ---- SendMessage(editbox, WM_SETFONT, (WPARAM) font, MAKELPARAM (TRUE,0)); handleWindowReLayout(GetParent(editbox)); ! }; Index: FontDialog.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/FontDialog.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FontDialog.c 1 May 2003 20:27:39 -0000 1.4 --- FontDialog.c 23 Jul 2003 16:25:21 -0000 1.5 *************** *** 34,36 **** return TRUE; ! } \ No newline at end of file --- 34,36 ---- return TRUE; ! } Index: Label.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Label.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Label.c 26 Mar 2003 22:10:01 -0000 1.4 --- Label.c 23 Jul 2003 16:25:21 -0000 1.5 *************** *** 58,60 **** SendMessage(label, WM_SETFONT, (WPARAM) font, MAKELPARAM (TRUE,0)); handleWindowReLayout(GetParent(label)); ! }; \ No newline at end of file --- 58,60 ---- SendMessage(label, WM_SETFONT, (WPARAM) font, MAKELPARAM (TRUE,0)); handleWindowReLayout(GetParent(label)); ! }; Index: Menu.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Menu.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Menu.c 12 Jul 2003 13:49:41 -0000 1.10 --- Menu.c 23 Jul 2003 16:25:21 -0000 1.11 *************** *** 514,516 **** FrameData *pFrameData = (FrameData *) GetWindowLong(ghWndFrame,GWL_USERDATA); return getMenuIndex(pFrameData->pMenuHandlesMap, handle); ! } \ No newline at end of file --- 514,516 ---- FrameData *pFrameData = (FrameData *) GetWindowLong(ghWndFrame,GWL_USERDATA); return getMenuIndex(pFrameData->pMenuHandlesMap, handle); ! } Index: MenuHandlesMap.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/MenuHandlesMap.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MenuHandlesMap.h 23 Apr 2003 21:48:54 -0000 1.1 --- MenuHandlesMap.h 23 Jul 2003 16:25:21 -0000 1.2 *************** *** 64,66 **** void notifyAllHandlesForDestroy(MenuHandlesMap *pMap); ! #endif \ No newline at end of file --- 64,66 ---- void notifyAllHandlesForDestroy(MenuHandlesMap *pMap); ! #endif Index: Message.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Message.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Message.c 29 Mar 2003 08:12:19 -0000 1.3 --- Message.c 23 Jul 2003 16:25:21 -0000 1.4 *************** *** 52,54 **** default: return -1; } ! }; \ No newline at end of file --- 52,54 ---- default: return -1; } ! }; |