Changeset 566 for trunk/core/gui_osd.c
- Timestamp:
- 11/15/08 07:12:19 (5 years ago)
- File:
-
- 1 edited
-
trunk/core/gui_osd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui_osd.c
r556 r566 116 116 osd[curr_item].pos->x+=(screen_width-osd[curr_item].size.x-osd[curr_item].pos->x>step)?step:screen_width-osd[curr_item].size.x-osd[curr_item].pos->x; 117 117 osd_to_draw = 1; 118 } 118 } else 119 osd[curr_item].pos->x = screen_width-osd[curr_item].size.x; 119 120 break; 120 121 case KEY_UP: … … 128 129 osd[curr_item].pos->y+=(screen_height-osd[curr_item].size.y-osd[curr_item].pos->y>step)?step:screen_height-osd[curr_item].size.y-osd[curr_item].pos->y; 129 130 osd_to_draw = 1; 130 } 131 } else 132 osd[curr_item].pos->y = screen_height-osd[curr_item].size.y; 131 133 break; 132 134 case KEY_SET:
Note: See TracChangeset
for help on using the changeset viewer.