Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/bin/evas_software_win32 Modified Files: evas_software_win32.cpp newres.h resource.h Log Message: whitespace =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_software_win32/evas_software_win32.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evas_software_win32.cpp 8 Nov 2002 08:02:13 -0000 1.1 +++ evas_software_win32.cpp 22 May 2005 02:49:35 -0000 1.2 @@ -36,7 +36,7 @@ // Perform application initialization: - if (!InitInstance (hInstance, nCmdShow)) + if (!InitInstance (hInstance, nCmdShow)) { return FALSE; } @@ -51,9 +51,9 @@ // Main message loop: for (;;) { - while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) + while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { - if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) + if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) { TranslateMessage(&msg); DispatchMessage(&msg); @@ -76,7 +76,7 @@ // // COMMENTS: // -// It is important to call this function so that the application +// It is important to call this function so that the application // will get 'well formed' small icons associated with it. // ATOM MyRegisterClass(HINSTANCE hInstance, LPTSTR szWindowClass) @@ -123,7 +123,7 @@ 0, 0, (int)win_w, (int)win_h+24, NULL, NULL, hInstance, NULL); if (!hWnd) - { + { return FALSE; } @@ -141,7 +141,7 @@ { Evas_Engine_Info_Software_Win32_GDI *einfo; - + einfo = (Evas_Engine_Info_Software_Win32_GDI *)evas_engine_info_get(evas); einfo->info.hwnd = hWnd; @@ -196,11 +196,11 @@ RECT rect; - switch (message) + switch (message) { case WM_COMMAND: - wmId = LOWORD(wParam); - wmEvent = HIWORD(wParam); + wmId = LOWORD(wParam); + wmEvent = HIWORD(wParam); // Parse the menu selections: switch (wmId) { @@ -215,7 +215,7 @@ } break; case WM_CREATE: -// hwndCB = CommandBar_Create(hInst, hWnd, 1); +// hwndCB = CommandBar_Create(hInst, hWnd, 1); // CommandBar_InsertMenubar(hwndCB, hInst, IDM_MENU, 0); // CommandBar_AddAdornments(hwndCB, 0, 0); break; @@ -224,8 +224,8 @@ evas_event_feed_mouse_move(evas, LOWORD(lParam), HIWORD(lParam)); evas_event_feed_mouse_down(evas, 1); break; - - + + case WM_LBUTTONUP: evas_event_feed_mouse_move(evas, LOWORD(lParam), HIWORD(lParam)); evas_event_feed_mouse_up(evas, 1); @@ -302,8 +302,8 @@ DlgHeight = rt1.bottom - rt1.top ; NewPosX = (rt.right - rt.left - DlgWidth)/2; NewPosY = (rt.bottom - rt.top - DlgHeight)/2; - - // if the About box is larger than the physical screen + + // if the About box is larger than the physical screen if (NewPosX < 0) NewPosX = 0; if (NewPosY < 0) NewPosY = 0; SetWindowPos(hDlg, 0, NewPosX, NewPosY, =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_software_win32/newres.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- newres.h 8 Nov 2002 08:02:13 -0000 1.1 +++ newres.h 22 May 2005 02:49:35 -0000 1.2 @@ -12,7 +12,7 @@ #include <commctrl.h> #define SHMENUBAR RCDATA #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300) - #include <aygshell.h> + #include <aygshell.h> #else #define I_IMAGENONE (-2) #define NOMENU 0xFFFF =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_software_win32/resource.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- resource.h 8 Nov 2002 08:02:13 -0000 1.1 +++ resource.h 22 May 2005 02:49:35 -0000 1.2 @@ -12,7 +12,7 @@ #define IDM_HELP_ABOUT 40003 // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs