diff console/libgnt/gnt.h @ 13869:5642f4658b59

[gaim-migrate @ 16335] A bunch of stuff that doesn't really do much. I am trying to get the "expose" thingy going where a widget will redraw some of its parts when some other widget covering it is destroyed. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 25 Jun 2006 03:15:41 +0000
parents 0e1e59770cb0
children 0d0ab1e39d0a
line wrap: on
line diff
--- a/console/libgnt/gnt.h	Sat Jun 24 22:52:59 2006 +0000
+++ b/console/libgnt/gnt.h	Sun Jun 25 03:15:41 2006 +0000
@@ -3,15 +3,11 @@
 #include "gntcolors.h"
 #include "gntkeys.h"
 
-/* XXX: Find a better place for this */
-#define SCROLL_HEIGHT	4096
-#define SCROLL_WIDTH 512
-
 void gnt_init();
 
 void gnt_main();
 
-void gnt_screen_take_focus(GntWidget *widget);
+void gnt_screen_occupy(GntWidget *widget);
 
-void gnt_screen_remove_widget(GntWidget *widget);
+void gnt_screen_release(GntWidget *widget);