Subversion Repositories Kolibri OS

Rev

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

Rev 1214 Rev 1228
Line 36... Line 36...
36
; at the center of the screen
36
; at the center of the screen
37
    call calculate_window_pos
37
    call calculate_window_pos
Line 38... Line 38...
38
    
38
    
39
;main loop when process name isn't edited.    
39
;main loop when process name isn't edited.    
-
 
40
red:    
-
 
41
        mcall   48,3,sc,40
40
red:    
42
        edit_boxes_set_sys_color edit1,edit1_end,sc
41
	xor	ebp,ebp
43
	xor	ebp,ebp
42
	inc	ebp
44
	inc	ebp
43
;    mov  ebp,1
45
;    mov  ebp,1
44
    call draw_window            ; redraw all window
46
    call draw_window            ; redraw all window
Line 657... Line 659...
657
;aOption_box_draw  db 'option_box_draw',0
659
;aOption_box_draw  db 'option_box_draw',0
658
;aOption_box_mouse db 'option_box_mouse',0
660
;aOption_box_mouse db 'option_box_mouse',0
659
;aVersion_op       db 'version_op',0
661
;aVersion_op       db 'version_op',0
Line 660... Line 662...
660
 
662
 
661
edit1 edit_box 350,(64-offset_x),(398-offset_y),0xffffff,0x6f9480,0,0xAABBCC,0,start_application_c,start_application,mouse_dd,ed_focus,start_application_e,start_application_e
663
edit1 edit_box 350,(64-offset_x),(398-offset_y),0xffffff,0x6f9480,0,0xAABBCC,0,start_application_c,start_application,mouse_dd,ed_focus,start_application_e,start_application_e
662
 
664
edit1_end:
Line 663... Line 665...
663
list_start  dd 0
665
list_start  dd 0
664
 
666
 
665
sys_reboot:
667
sys_reboot:
Line 720... Line 722...
720
;                   times 60 db 0
722
;                   times 60 db 0
721
rb	60
723
rb	60
722
start_application_c=$-start_application-1
724
start_application_c=$-start_application-1
Line 723... Line 725...
723
 
725
 
-
 
726
I_END:
724
I_END:
727
sc system_colors
725
winxpos  rd 1
728
winxpos  rd 1
726
winypos  rd 1
729
winypos  rd 1
727
mouse_dd	rd 1
730
mouse_dd	rd 1
728
cpu_percent rd 1
731
cpu_percent rd 1