comparison 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
comparison
equal deleted inserted replaced
14573:9cbf4d3ef444 14574:333989477bcd
35 35
36 #include "gtkblist.h" 36 #include "gtkblist.h"
37 #include "gtkimhtml.h" 37 #include "gtkimhtml.h"
38 #include "gtknotify.h" 38 #include "gtknotify.h"
39 #include "gtkutils.h" 39 #include "gtkutils.h"
40
41 #ifdef _WIN32
42 # include "gtkwin32dep.h"
43 #endif
44 40
45 typedef struct 41 typedef struct
46 { 42 {
47 GaimConnection *gc; 43 GaimConnection *gc;
48 char *url; 44 char *url;