diff console/libgnt/gntwm.h @ 15778:c2c2a854f5b3

Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 07 Mar 2007 12:58:34 +0000
parents 50c25be2563b
children
line wrap: on
line diff
--- a/console/libgnt/gntwm.h	Tue Mar 06 07:17:27 2007 +0000
+++ b/console/libgnt/gntwm.h	Wed Mar 07 12:58:34 2007 +0000
@@ -151,7 +151,7 @@
 
 void gnt_wm_window_close(GntWM *wm, GntWidget *widget);
 
-void gnt_wm_process_input(GntWM *wm, const char *string);
+gboolean gnt_wm_process_input(GntWM *wm, const char *string);
 
 gboolean gnt_wm_process_click(GntWM *wm, GntMouseEvent event, int x, int y, GntWidget *widget);