mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
Set default window cursor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18267 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
910fd58804
commit
282e89ea72
2 changed files with 6 additions and 1 deletions
|
@ -72,7 +72,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
wc.cbWndExtra = sizeof(WIN_INTERN);
|
||||
wc.hInstance = hinstance;
|
||||
wc.hIcon = NULL;
|
||||
wc.hCursor = NULL;
|
||||
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
wc.hbrBackground = GetStockObject(WHITE_BRUSH);
|
||||
wc.lpszMenuName = NULL;
|
||||
wc.lpszClassName = "GNUstepWindowClass";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue