/[zanavi_public1]/navit/navit/gui/internal/gui_internal.c
ZANavi

Diff of /navit/navit/gui/internal/gui_internal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 27 Revision 28
3620 gui_internal_keyboard_key(this, wkbd, backspace,"\b",max_w,max_h); 3620 gui_internal_keyboard_key(this, wkbd, backspace,"\b",max_w,max_h);
3621 } 3621 }
3622 if (mode >= 40 && mode < 48) { 3622 if (mode >= 40 && mode < 48) {
3623 KEY("А"); KEY("Б"); KEY("В"); KEY("Г"); KEY("Д"); KEY("Е"); KEY("Ж"); KEY("З"); KEY("И"); 3623 KEY("А"); KEY("Б"); KEY("В"); KEY("Г"); KEY("Д"); KEY("Е"); KEY("Ж"); KEY("З"); KEY("И");
3624 KEY("Й"); KEY("К"); KEY("Л"); KEY("М"); KEY("Н"); KEY("О"); KEY("П"); KEY("Р"); KEY("С"); 3624 KEY("Й"); KEY("К"); KEY("Л"); KEY("М"); KEY("Н"); KEY("О"); KEY("П"); KEY("Р"); KEY("С");
3625 KEY("Т"); KEY("У"); KEY("Ф"); KEY("Х"); KEY("Ц"); KEY("Ч"); KEY("Ш"); KEY("Щ"); KEY("Ъ"); 3625 KEY("Т"); KEY("У"); KEY("Ф"); KEY("Х"); KEY("Ц"); KEY("Ч"); KEY("Ш"); KEY("Щ"); KEY("Ъ");
3626 KEY("Ы"); KEY("Ь"); KEY("Э"); KEY("Ю"); KEY("Я"); KEY("Ё"); KEY("І"); KEY("Ї"); KEY("Ў"); 3626 KEY("Ы"); KEY("Ь"); KEY("Э"); KEY("Ю"); KEY("Я"); KEY("Ё"); KEY("І"); KEY("Ї"); KEY("Ў");
3627 SPACER(); SPACER(); SPACER(); 3627 SPACER(); SPACER(); SPACER();
3628 gui_internal_keyboard_key(this, wkbd, space," ",max_w,max_h); 3628 gui_internal_keyboard_key(this, wkbd, space," ",max_w,max_h);
3629 3629
3630 wk=gui_internal_keyboard_key_data(this, wkbd, hide, 0, gui_internal_keyboard_change, wkbdb, NULL,max_w,max_h); 3630 wk=gui_internal_keyboard_key_data(this, wkbd, hide, 0, gui_internal_keyboard_change, wkbdb, NULL,max_w,max_h);
4465 return; 4465 return;
4466 } 4466 }
4467 if (!this->pressed) 4467 if (!this->pressed)
4468 return; 4468 return;
4469 this->current=*p; 4469 this->current=*p;
4470
4471 // -------- DISABLED ------
4472 /*
4470 if(!this->motion_timeout_callback) 4473 if(!this->motion_timeout_callback)
4471 this->motion_timeout_callback=callback_new_1(callback_cast(gui_internal_highlight), this); 4474 this->motion_timeout_callback=callback_new_1(callback_cast(gui_internal_highlight), this);
4472 if(!this->motion_timeout_event) 4475 if(!this->motion_timeout_event)
4473 this->motion_timeout_event=event_add_timeout(100,0, this->motion_timeout_callback); 4476 this->motion_timeout_event=event_add_timeout(100,0, this->motion_timeout_callback);
4477 */
4474} 4478}
4475 4479
4476static const char * 4480static const char *
4477find_attr(const char **names, const char **values, const char *name) 4481find_attr(const char **names, const char **values, const char *name)
4478{ 4482{

Legend:
Removed from v.27  
changed lines
  Added in v.28

   
Visit the ZANavi Wiki