diff gtk/win32/gtkwin32dep.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 ab8a105eff62
children 5d03b309b482
line wrap: on
line diff
--- a/gtk/win32/gtkwin32dep.h	Sun Sep 17 22:43:01 2006 +0000
+++ b/gtk/win32/gtkwin32dep.h	Sun Sep 17 23:13:55 2006 +0000
@@ -28,6 +28,7 @@
 /* Utility */
 int       gtkwgaim_gz_decompress(const char* in, const char* out);
 int       gtkwgaim_gz_untar(const char* filename, const char* destdir);
+void gtkwgaim_ensure_onscreen(GtkWidget *win);
 
 /* Misc */
 void      gtkwgaim_notify_uri(const char *uri);