pidgin/win32/MinimizeToTray.h@1ce5ffe12e2a
pidgin/win32/MinimizeToTray.h
Sun, 29 Apr 2007 22:02:47 +0000
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Sun, 29 Apr 2007 22:02:47 +0000
- branch
- padding
- changeset 16743
- 1ce5ffe12e2a
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Initial addition of padding for ui_ops and other class-like structs
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */