diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/miranda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/miranda.h b/src/core/miranda.h index 88ee4b92f7..e5f6c88c1f 100644 --- a/src/core/miranda.h +++ b/src/core/miranda.h @@ -170,6 +170,7 @@ INT_PTR CallProtoServiceInt(MCONTACT hContact, const char* szModule, const char* void HotkeyToName(TCHAR *buf, int size, BYTE shift, BYTE key);
WORD GetHotkeyValue(INT_PTR idHotkey);
+int AssertInsideScreen(RECT &rc);
HBITMAP ConvertIconToBitmap(HICON hIcon, HIMAGELIST hIml, int iconId);
|