Subversion Repositories Kolibri OS

Rev

Rev 1792 | Rev 3840 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1792 Rev 3755
Line 224... Line 224...
224
    mov  [right_start_draw_cursor_line],0
224
    mov  [right_start_draw_cursor_line],0
225
    call proc_read_folder_1
225
    call proc_read_folder_1
226
    jmp  still
226
    jmp  still
227
;---------------------------------------------------------------------
227
;---------------------------------------------------------------------
228
draw_left_select_disk_menu:
228
draw_left_select_disk_menu:
-
 
229
    call  device_detect_f70
229
    mov  [select_panel_counter],0
230
    mov  [select_panel_counter],0
230
    call  draw_left_panel
231
    call  draw_left_panel
231
    call  draw_right_panel
232
    call  draw_right_panel
232
    mov  [start_draw_menu_cursor_line],0
233
    mov  [start_draw_menu_cursor_line],0
233
.red:
234
.red:
Line 246... Line 247...
246
@@:
247
@@:
247
    call draw_left_panel
248
    call draw_left_panel
248
    jmp  button
249
    jmp  button
249
;---------------------------------------------------------------------
250
;---------------------------------------------------------------------
250
draw_right_select_disk_menu:
251
draw_right_select_disk_menu:
-
 
252
    call  device_detect_f70
251
    mov  [select_panel_counter],1
253
    mov  [select_panel_counter],1
252
    call  draw_left_panel
254
    call  draw_left_panel
253
    call  draw_right_panel
255
    call  draw_right_panel
254
    mov  [start_draw_menu_cursor_line],0
256
    mov  [start_draw_menu_cursor_line],0
255
.red:
257
.red: