| 42 */ |
42 */ |
| 43 #define DATADIR wgaim_install_dir() |
43 #define DATADIR wgaim_install_dir() |
| 44 #define LIBDIR wgaim_lib_dir() |
44 #define LIBDIR wgaim_lib_dir() |
| 45 #define LOCALEDIR wgaim_locale_dir() |
45 #define LOCALEDIR wgaim_locale_dir() |
| 46 |
46 |
| |
47 /* Temp solution for gtk_window_get_pos & gtk_window_move conflict */ |
| |
48 #define gtk_window_move( window, x, y ) \ |
| |
49 wgaim_gtk_window_move( ## window ##, ## x ##, ## y ## ) |
| |
50 |
| 47 /* |
51 /* |
| 48 * Gtk specific |
52 * Gtk specific |
| 49 */ |
53 */ |
| 50 /* Needed for accessing global variables outside the current module */ |
54 /* Needed for accessing global variables outside the current module */ |
| 51 #ifdef G_MODULE_IMPORT |
55 #ifdef G_MODULE_IMPORT |