Mercurial > pidgin.yaz
view plugins/docklet/MinimizeToTray.h @ 13831:3c6d0c24179a
[gaim-migrate @ 16280]
Kill this warning when using libxml:
xmlnode.c:560: warning: unused variable ¡Æcontext¡Ç
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 19 Jun 2006 04:49:12 +0000 |
parents | cae2fb7e8594 |
children |
line wrap: on
line source
#ifndef _MINIMIZE_TO_TRAY_H_ #define _MINIMIZE_TO_TRAY_H_ void MinimizeWndToTray(HWND hWnd); void RestoreWndFromTray(HWND hWnd); #endif /* _MINIMIZE_TO_TRAY_H_ */