mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-16 01:26:59 +08:00
cleanup: convert tab to spaces and trim tail spaces
This commit is contained in:
@@ -40,11 +40,11 @@ static void InitCreateInfo (PMAINWINCREATE pCreateInfo)
|
||||
pCreateInfo->hCursor = GetSystemCursor (0);
|
||||
pCreateInfo->hIcon = 0;
|
||||
pCreateInfo->MainWindowProc = HelloWinProc;
|
||||
pCreateInfo->lx = 0;
|
||||
pCreateInfo->ty = 0;
|
||||
pCreateInfo->lx = 0;
|
||||
pCreateInfo->ty = 0;
|
||||
pCreateInfo->rx = 320;
|
||||
pCreateInfo->by = 240;
|
||||
pCreateInfo->iBkColor = PIXEL_lightwhite;
|
||||
pCreateInfo->iBkColor = PIXEL_lightwhite;
|
||||
pCreateInfo->dwAddData = 0;
|
||||
pCreateInfo->hHosting = HWND_DESKTOP;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user