Sat, 25 Oct 2014 09:46:21 -0700
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
| 14743 | 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_ */ |