pidgin/win32/MinimizeToTray.h

Sat, 25 Oct 2014 09:46:21 -0700

author
Mark Doliner <mark@kingant.net>
date
Sat, 25 Oct 2014 09:46:21 -0700
changeset 36203
f746c4c8b31f
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix building doc for Finch.

Without this change I get these error when running 'make install' from
doc/reference/finch/:

DOC Preparing build
DOC Scanning header files
DOC Introspecting gobjects
/usr/bin/ld: .libs/finch-scan.o: undefined reference to symbol 'gnt_button_get_type'
/home/dude/code/prefix/lib/libgnt.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Linking of scanner failed:
make: *** [scan-build.stamp] Error 1

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial