plugins/docklet/MinimizeToTray.h@2691b5621836
plugins/docklet/MinimizeToTray.h
Sat, 21 Jan 2006 00:46:36 +0000
- author
- Etan Reisner <deryni@pidgin.im>
- date
- Sat, 21 Jan 2006 00:46:36 +0000
- changeset 12973
- 2691b5621836
- parent 11709
-
da6e9cd5f6d9
- permissions
- -rw-r--r--
[gaim-migrate @ 15326]
GtkTreeView::indent_expanders is a boolean value not an integer, so change
gaimrc to match. Also fix how changing settings works, all settings should be
instant-apply-on-change for gtk > 2.4, and will either work better or worse
than they did before with gtk < 2.4 (I'm not sure and don't have anywhere to
test.)
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */