comparison highlight.c @ 64:2759605b41f6 src

We need to update the button info when moving around in menus. Otherwise the application might highlight the wrong button when jumping from menu to menu.
author mroi
date Wed, 17 Jul 2002 15:04:28 +0000
parents e1505b603eb8
children 61c0ee1bbb7a
comparison
equal deleted inserted replaced
63:a7b12d28a6ab 64:2759605b41f6
272 } 272 }
273 this->vm->state.HL_BTNN_REG = (button << 10); 273 this->vm->state.HL_BTNN_REG = (button << 10);
274 274
275 this->hli_state = 1; /* Selected */ 275 this->hli_state = 1; /* Selected */
276 276
277 /* this->position_current.button = -1; */ /* Force Highligh change */ 277 this->position_current.button = -1; /* Force Highligh change */
278 278
279 return S_OK; 279 return S_OK;
280 } 280 }
281 281
282 dvdnav_status_t dvdnav_button_select_and_activate(dvdnav_t *this, 282 dvdnav_status_t dvdnav_button_select_and_activate(dvdnav_t *this,