comparison src/win32/win32dep.h @ 4555:75f75ef235e4

[gaim-migrate @ 4835] Hack to circumvent win32 gtk_window_move bug committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 07 Feb 2003 23:26:47 +0000
parents 217572342740
children 89a5b0e23ea4
comparison
equal deleted inserted replaced
4554:fbf9f873abfc 4555:75f75ef235e4
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