| 3 */ |
3 */ |
| 4 |
4 |
| 5 #ifndef _WIN32DEP_H_ |
5 #ifndef _WIN32DEP_H_ |
| 6 #define _WIN32DEP_H_ |
6 #define _WIN32DEP_H_ |
| 7 #include <winsock.h> |
7 #include <winsock.h> |
| |
8 #include <gtk/gtk.h> |
| 8 #include <gdk/gdkevents.h> |
9 #include <gdk/gdkevents.h> |
| 9 #include "winerror.h" |
10 #include "winerror.h" |
| 10 #include "libc_interface.h" |
11 #include "libc_interface.h" |
| 11 |
12 #include "systray.h" |
| 12 |
13 |
| 13 /* |
14 /* |
| 14 * PROTOS |
15 * PROTOS |
| 15 */ |
16 */ |
| 16 |
17 |
| 17 /* win32dep.c */ |
18 /** |
| |
19 ** win32dep.c |
| |
20 **/ |
| |
21 /* Misc */ |
| |
22 HINSTANCE wgaim_hinstance(void); |
| |
23 |
| |
24 /* Determine Gaim paths */ |
| 18 extern char* wgaim_install_dir(void); |
25 extern char* wgaim_install_dir(void); |
| 19 extern char* wgaim_lib_dir(void); |
26 extern char* wgaim_lib_dir(void); |
| 20 extern char* wgaim_locale_dir(void); |
27 extern char* wgaim_locale_dir(void); |
| 21 extern GdkFilterReturn wgaim_window_filter(GdkXEvent *xevent, |
28 |
| 22 GdkEvent *event, |
29 /* init / cleanup */ |
| 23 gpointer data); |
|
| 24 extern void wgaim_init(void); |
30 extern void wgaim_init(void); |
| 25 extern void wgaim_cleanup(void); |
31 extern void wgaim_cleanup(void); |
| 26 |
32 |
| 27 /* |
33 /* |
| 28 * MACROS |
34 * MACROS |