From 44e6647ab365a9261c904be839e356c06a545907 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 10 Jul 2020 23:12:27 +0800 Subject: *icon --- Release/SoftShadeRoom.exe | Bin 130560 -> 130560 bytes src/extern/wog.c | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Release/SoftShadeRoom.exe b/Release/SoftShadeRoom.exe index 22f0d90..1799b0b 100644 Binary files a/Release/SoftShadeRoom.exe and b/Release/SoftShadeRoom.exe differ diff --git a/src/extern/wog.c b/src/extern/wog.c index 99a110a..eeb38e3 100644 --- a/src/extern/wog.c +++ b/src/extern/wog.c @@ -283,8 +283,7 @@ static int registerWindowClass() windowClass.lpfnWndProc = (WNDPROC)(WindowProc); // WindowProc Handles Messages windowClass.hInstance = GetModuleHandle(0); // Set The Instance windowClass.hbrBackground = (HBRUSH)(COLOR_APPWORKSPACE); // Class Background Brush Color - //windowClass.hCursor = LoadCursor(NULL, IDC_ARROW); // Load The Arrow Pointer - //windowClass.hCursor = LoadImageA(NULL, "PanView.ico", IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_CREATEDIBSECTION | LR_LOADFROMFILE); + windowClass.hCursor = LoadCursor(NULL, IDC_ARROW); // Load The Arrow Pointer windowClass.lpszClassName = WINDOW_CLASS; // Sets The Applications Classname if (RegisterClassEx(&windowClass) == 0) // Did Registering The Class Fail? -- cgit v1.1-26-g67d0