diff console/gntblist.h @ 13916:fdf2dbed6faa

[gaim-migrate @ 16418] Make the conversation windows bigger ... which is better *wink*. Use Panel library to manage the windows. Add a window-list that you can use to quickly switch to a window (press Alt+w to bring it up). Get rid of some unused codes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Jul 2006 01:32:39 +0000
parents cc60d0861337
children 7109e6397a31
line wrap: on
line diff
--- a/console/gntblist.h	Mon Jul 03 21:19:56 2006 +0000
+++ b/console/gntblist.h	Tue Jul 04 01:32:39 2006 +0000
@@ -5,3 +5,12 @@
 void gg_blist_init();
 
 void gg_blist_uninit();
+
+void gg_blist_get_position(int *x, int *y);
+
+void gg_blist_set_position(int x, int y);
+
+void gg_blist_get_size(int *width, int *height);
+
+void gg_blist_set_size(int width, int height);
+