comparison 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
comparison
equal deleted inserted replaced
14573:9cbf4d3ef444 14574:333989477bcd
26 HINSTANCE gtkwgaim_hinstance(void); 26 HINSTANCE gtkwgaim_hinstance(void);
27 27
28 /* Utility */ 28 /* Utility */
29 int gtkwgaim_gz_decompress(const char* in, const char* out); 29 int gtkwgaim_gz_decompress(const char* in, const char* out);
30 int gtkwgaim_gz_untar(const char* filename, const char* destdir); 30 int gtkwgaim_gz_untar(const char* filename, const char* destdir);
31 void gtkwgaim_ensure_onscreen(GtkWidget *win);
31 32
32 /* Misc */ 33 /* Misc */
33 void gtkwgaim_notify_uri(const char *uri); 34 void gtkwgaim_notify_uri(const char *uri);
34 35
35 /* init / cleanup */ 36 /* init / cleanup */