comparison gtk/gtkgaim.h @ 14574:333989477bcd

[gaim-migrate @ 17298] On win32, ensure that conversation windows are initially put in a sane place (instead of just [0,0]). This can easily be extended to any other problematic windows. I should have done this a long time ago to prevent countless bug reports. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 17 Sep 2006 23:13:55 +0000
parents 2816a4a0fcc2
children d67f4b21ec18
comparison
equal deleted inserted replaced
14573:9cbf4d3ef444 14574:333989477bcd
29 #ifndef _WIN32 29 #ifndef _WIN32
30 # include <gdk/gdkx.h> 30 # include <gdk/gdkx.h>
31 #endif 31 #endif
32 32
33 #include <gtk/gtk.h> 33 #include <gtk/gtk.h>
34
35 #ifdef _WIN32
36 # include "gtkwin32dep.h"
37 #endif
34 38
35 /** 39 /**
36 * Our UI's identifier. 40 * Our UI's identifier.
37 */ 41 */
38 #define GAIM_GTK_UI "gtk-gaim" 42 #define GAIM_GTK_UI "gtk-gaim"