diff console/libgnt/gnt.h @ 13888:9d66969a2e32

[gaim-migrate @ 16369] Get rid of a whole lot of compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 19:12:38 +0000
parents 0d0ab1e39d0a
children a621329e8c85
line wrap: on
line diff
--- a/console/libgnt/gnt.h	Wed Jun 28 18:50:33 2006 +0000
+++ b/console/libgnt/gnt.h	Wed Jun 28 19:12:38 2006 +0000
@@ -11,4 +11,6 @@
 
 void gnt_screen_release(GntWidget *widget);
 
-void gnt_scree_update(GntWidget *widget);
+void gnt_screen_update(GntWidget *widget);
+
+void gnt_screen_take_focus(GntWidget *widget);