Mercurial > pidgin
annotate src/win32/win32dep.h @ 5686:861565bed110
[gaim-migrate @ 6107]
The modify account dialog now better complies with the HIG, and proxy
options are being implemented again. Also, a few improvements to utility
functions and to the label for the protocol options.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 03 Jun 2003 04:33:04 +0000 |
parents | a96653493416 |
children | 9657e243d001 |
rev | line source |
---|---|
3630 | 1 /* |
2 * win32dep.h | |
3 */ | |
4 | |
5 #ifndef _WIN32DEP_H_ | |
6 #define _WIN32DEP_H_ | |
3712
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
7 #include <winsock.h> |
5084
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
8 #include <process.h> |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
9 #include <gtk/gtk.h> |
3630 | 10 #include <gdk/gdkevents.h> |
4132
3b93be27b008
[gaim-migrate @ 4350]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4097
diff
changeset
|
11 #include "wgaimerror.h" |
3778
813304a57f88
[gaim-migrate @ 3918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3712
diff
changeset
|
12 #include "libc_interface.h" |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
13 #include "systray.h" |
3630 | 14 |
3712
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
15 /* |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
16 * PROTOS |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
17 */ |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
18 |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
19 /** |
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
20 ** win32dep.c |
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
21 **/ |
5084
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
22 /* Windows helper functions */ |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
23 HINSTANCE wgaim_hinstance(void); |
5084
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
24 FARPROC wgaim_find_and_loadproc(char*, char*); |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
25 /* Determine Gaim paths */ |
3630 | 26 extern char* wgaim_install_dir(void); |
27 extern char* wgaim_lib_dir(void); | |
28 extern char* wgaim_locale_dir(void); | |
5084
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
29 extern char* wgaim_escape_dirsep(char*); |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
30 /* UI related */ |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
31 extern void wgaim_im_blink(GtkWidget*); |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
32 extern void wgaim_gtk_window_move(GtkWindow *window, gint x, gint y); |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
33 /* Utility */ |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
34 extern int wgaim_gz_decompress(const char* in, const char* out); |
a96653493416
[gaim-migrate @ 5439]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5008
diff
changeset
|
35 extern int wgaim_gz_untar(const char* filename, const char* destdir); |
3950
c25cf0495533
[gaim-migrate @ 4129]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3907
diff
changeset
|
36 /* init / cleanup */ |
3630 | 37 extern void wgaim_init(void); |
3907
41e7544a9c67
[gaim-migrate @ 4060]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3778
diff
changeset
|
38 extern void wgaim_cleanup(void); |
3630 | 39 |
3712
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
40 /* |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
41 * MACROS |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
42 */ |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
43 |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
44 /* |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
45 * Gaim specific |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
46 */ |
3630 | 47 #define DATADIR wgaim_install_dir() |
3712
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
48 #define LIBDIR wgaim_lib_dir() |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
49 #define LOCALEDIR wgaim_locale_dir() |
3630 | 50 |
4555
75f75ef235e4
[gaim-migrate @ 4835]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4406
diff
changeset
|
51 /* Temp solution for gtk_window_get_pos & gtk_window_move conflict */ |
75f75ef235e4
[gaim-migrate @ 4835]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4406
diff
changeset
|
52 #define gtk_window_move( window, x, y ) \ |
75f75ef235e4
[gaim-migrate @ 4835]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4406
diff
changeset
|
53 wgaim_gtk_window_move( ## window ##, ## x ##, ## y ## ) |
75f75ef235e4
[gaim-migrate @ 4835]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4406
diff
changeset
|
54 |
3712
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
55 /* |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
56 * Gtk specific |
ac6ca3890c53
[gaim-migrate @ 3845]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3630
diff
changeset
|
57 */ |
3630 | 58 /* Needed for accessing global variables outside the current module */ |
59 #ifdef G_MODULE_IMPORT | |
60 #undef G_MODULE_IMPORT | |
61 #endif | |
62 #define G_MODULE_IMPORT __declspec(dllimport) | |
63 | |
64 | |
65 #endif /* _WIN32DEP_H_ */ | |
66 |