Subversion Repositories Kolibri OS

Rev

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

Rev 1702 Rev 1753
Line 147... Line 147...
147
;	mcall	66,,72
147
;	mcall	66,,72
148
;	mcall	66,,80
148
;	mcall	66,,80
Line 149... Line 149...
149
 
149
 
150
	call	ready_screen_buffer
150
	call	ready_screen_buffer
-
 
151
;	jmp	open_file
-
 
152
	mcall	9,procinfo,-1
-
 
153
	mov	ecx,[ebx+30]	; PID
-
 
154
	mcall	18,21
Line 151... Line 155...
151
;	jmp	open_file
155
	mov	[active_process],eax	; WINDOW SLOT
152
 
156
 
153
redraw_all:
157
redraw_all:
154
	call	control_minimal_window_size
158
	call	control_minimal_window_size
Line 319... Line 323...
319
 
323
 
Line 320... Line 324...
320
	jmp	close_prog
324
	jmp	close_prog
321
 
325
 
-
 
326
align	4
-
 
327
mouse:
-
 
328
	mcall	18,7
-
 
329
	cmp	[active_process],eax
322
align	4
330
	jne	still
323
mouse:
331
 
324
	mcall	37,7
332
	mcall	37,7
325
	test	eax,eax
333
	test	eax,eax
326
	jz	.menu_bar_1;.mouse
334
	jz	.menu_bar_1;.mouse
Line 3383... Line 3391...
3383
 
3391
 
3384
;mouse_flag	rd 1
3392
;mouse_flag	rd 1
3385
file_size	rd 1
3393
file_size	rd 1
Line -... Line 3394...
-
 
3394
;	rd	1 ;¯®¤ áâ à訩 dword
-
 
3395
 
3386
;	rd	1 ;¯®¤ áâ à訩 dword
3396
active_process	rd 1
Line 3387... Line 3397...
3387
 
3397
 
3388
ed_box_data:	rd 8	;¯¥à¢ë© dword -ª®«-¢® í«¥¬¥­â®¢ ¤«ï ®¡à ¡®âª¨, ¤ «¥¥ 㪠§ â¥«¨ ­  editX;
3398
ed_box_data:	rd 8	;¯¥à¢ë© dword -ª®«-¢® í«¥¬¥­â®¢ ¤«ï ®¡à ¡®âª¨, ¤ «¥¥ 㪠§ â¥«¨ ­  editX;
3389
 
3399