mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
- restore cursor on exit for cylfrac screensaver
- improve german resource string svn path=/trunk/; revision=32975
This commit is contained in:
parent
2c4767b0ba
commit
78c74adb6d
2 changed files with 3 additions and 1 deletions
|
@ -3,5 +3,5 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Schwarzer Bildschirm"
|
||||
IDS_TEXT "Keinerlei Einstellungen notwendig."
|
||||
IDS_TEXT "Keine Einstellungen notwendig."
|
||||
END
|
||||
|
|
|
@ -178,6 +178,8 @@ LRESULT WINAPI WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||
wglDeleteContext(hrc);
|
||||
ReleaseDC(hwnd, dc);
|
||||
DeleteDC(dc);
|
||||
if (fullscreen)
|
||||
ShowCursor(TRUE);
|
||||
PostQuitMessage(0);
|
||||
break;
|
||||
case WM_NOTIFY:
|
||||
|
|
Loading…
Reference in a new issue