diff options
-rw-r--r-- | yapp/message_pump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/message_pump.cpp b/yapp/message_pump.cpp index b70fd6e..277e715 100644 --- a/yapp/message_pump.cpp +++ b/yapp/message_pump.cpp @@ -18,7 +18,7 @@ HANDLE hMPEvent; bool is_full_screen() {
int w = GetSystemMetrics(SM_CXSCREEN);
int h = GetSystemMetrics(SM_CYSCREEN);
- // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nickto
+ // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nikto
RECT ClientRect;
HWND hWnd = 0;
|