- restore cursor on exit for cylfrac screensaver

- improve german resource string

svn path=/trunk/; revision=32975
This commit is contained in:
Johannes Anderwald 2008-04-15 09:58:37 +00:00
parent 2c4767b0ba
commit 78c74adb6d
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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: