diff 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
line wrap: on
line diff
--- a/gtk/gtkgaim.h	Sun Sep 17 22:43:01 2006 +0000
+++ b/gtk/gtkgaim.h	Sun Sep 17 23:13:55 2006 +0000
@@ -32,6 +32,10 @@
 
 #include <gtk/gtk.h>
 
+#ifdef _WIN32
+# include "gtkwin32dep.h"
+#endif
+
 /**
  * Our UI's identifier.
  */