diff gtk/gtknotify.c @ 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 ab8a105eff62
children 45cdf2cf456c
line wrap: on
line diff
--- a/gtk/gtknotify.c	Sun Sep 17 22:43:01 2006 +0000
+++ b/gtk/gtknotify.c	Sun Sep 17 23:13:55 2006 +0000
@@ -38,10 +38,6 @@
 #include "gtknotify.h"
 #include "gtkutils.h"
 
-#ifdef _WIN32
-# include "gtkwin32dep.h"
-#endif
-
 typedef struct
 {
 	GaimConnection *gc;