Mercurial > pidgin
comparison src/win32/win32dep.h @ 6423:9281be45e046
[gaim-migrate @ 6931]
gtk_window_move is now fixed in gtk-2-2 branch
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Mon, 11 Aug 2003 17:48:58 +0000 |
parents | 8aad1be2e4d4 |
children | ae4c3abbaac1 |
comparison
equal
deleted
inserted
replaced
6422:468bbb5fbc29 | 6423:9281be45e046 |
---|---|
66 */ | 66 */ |
67 #define DATADIR wgaim_install_dir() | 67 #define DATADIR wgaim_install_dir() |
68 #define LIBDIR wgaim_lib_dir() | 68 #define LIBDIR wgaim_lib_dir() |
69 #define LOCALEDIR wgaim_locale_dir() | 69 #define LOCALEDIR wgaim_locale_dir() |
70 | 70 |
71 /* Temp solution for gtk_window_get_pos & gtk_window_move conflict */ | |
72 #define gtk_window_move( window, x, y ) \ | |
73 wgaim_gtk_window_move( ## window ##, ## x ##, ## y ## ) | |
74 | |
75 #endif /* _WIN32DEP_H_ */ | 71 #endif /* _WIN32DEP_H_ */ |
76 | 72 |