[Cgui-develop] cgui/src obedbox.c,1.1.2.1.2.26,1.1.2.1.2.27
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Christer S. <ch...@us...> - 2009-11-15 18:20:27
|
Update of /cvsroot/cgui/cgui/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22177/src Modified Files: Tag: Branch_CGUI_1-6-7 obedbox.c Log Message: Fixed warning Index: obedbox.c =================================================================== RCS file: /cvsroot/cgui/cgui/src/obedbox.c,v retrieving revision 1.1.2.1.2.26 retrieving revision 1.1.2.1.2.27 diff -C2 -d -r1.1.2.1.2.26 -r1.1.2.1.2.27 *** obedbox.c 11 Nov 2009 07:25:50 -0000 1.1.2.1.2.26 --- obedbox.c 15 Nov 2009 18:20:17 -0000 1.1.2.1.2.27 *************** *** 892,896 **** int input_position_at_end; int input_position_at_beginning; ! int accept_keypress; int keypad_printable_key = 0; int main_keyboard_printable_key = 0; --- 892,896 ---- int input_position_at_end; int input_position_at_beginning; ! int accept_keypress = 1; int keypad_printable_key = 0; int main_keyboard_printable_key = 0; |