Subversion Repositories Kolibri OS

Rev

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

Rev 532 Rev 601
Line 308... Line 308...
308
 
308
 
Line 309... Line 309...
309
;  .exit: mcall -1
309
;  .exit: mcall -1
-
 
310
 
-
 
311
 
-
 
312
START:
-
 
313
	mov	eax, 51
-
 
314
	mov	ebx, 1
310
 
315
	mov	ecx, detect_start
311
 
316
	mov	edx, detect_stack
312
START:
317
	int	0x40
313
        mcall 66,4,0,2          ; LShift+RShift
318
	mcall 66,4,0,2		; LShift+RShift
314
        mcall 66, , ,11h        ; Ctrl+Shift
319
	mcall 66, , ,11h	; Ctrl+Shift
Line 1126... Line 1131...
1126
    mov  edx, [wcolor]
1131
    mov  edx, [wcolor]
1127
    or   edx, 0x01000000 ; do not draw the window
1132
    or	 edx, 0x01000000 ; do not draw the window
1128
    mov  esi, [wcolor]
1133
    mov  esi, [wcolor]
1129
    or   esi, 0x01000000 ; unmovable window
1134
    or	 esi, 0x01000000 ; unmovable window
1130
    mov  edi, [wcolor]
1135
    mov  edi, [wcolor]
-
 
1136
 
-
 
1137
    mov  [panel_x_pos], ebx
-
 
1138
    mov  [panel_y_pos], ecx	 ; Ïîêà ÷òî òàê.
-
 
1139
 
1131
    int  0x40
1140
    int  0x40
Line 1132... Line 1141...
1132
 
1141
 
1133
    movzx ebx,word [screenxy+2]
1142
    movzx ebx,word [screenxy+2]
1134
    mov  ecx,0*65536+0
1143
    mov  ecx,0*65536+0
Line 1970... Line 1979...
1970
    int  0x40
1979
    int  0x40
Line 1971... Line 1980...
1971
 
1980
 
1972
    popad
1981
    popad
Line -... Line 1982...
-
 
1982
    ret
-
 
1983
 
-
 
1984
include 'detect.asm'
1973
    ret
1985
include 'ctx_menu.asm'
Line 1974... Line 1986...
1974
 
1986
 
1975
; DATA
1987
; DATA
1976
 
1988
 
Line 2107... Line 2119...
2107
alt_tab_list    rd      256*2
2119
alt_tab_list	rd	256*2
2108
alt_tab_list_size dd    ?
2120
alt_tab_list_size dd	?
2109
process_info_buffer  rb 1024
2121
process_info_buffer  rb 1024
2110
tictable:
2122
tictable:
2111
  rd 256
2123
  rd 256
-
 
2124
 
-
 
2125
	rb	256
-
 
2126
detect_stack:
-
 
2127
	rb	256
-
 
2128
ctx_menu_stack:
-
 
2129
 
-
 
2130
panel_x_pos	rd	1
-
 
2131
panel_y_pos	rd	1
2112
image:
2132
image: