repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Migrate certificates, icons, logs to XDG dirs
[pidgin-git.git]
/
pidgin
/
win32
/
MinimizeToTray.h
blob
1029c4436ba31a90dc94ebe16bbb9cd02a82ffef
1
#ifndef _MINIMIZE_TO_TRAY_H_
2
#define _MINIMIZE_TO_TRAY_H_
3
4
void
MinimizeWndToTray
(
HWND hWnd
);
5
void
RestoreWndFromTray
(
HWND hWnd
);
6
7
#endif
/* _MINIMIZE_TO_TRAY_H_ */