Subversion Repositories Kolibri OS

Rev

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

Rev 2619 Rev 2626
Line 68... Line 68...
68
	call	draw_menu_and_clean_desktop
68
	call	draw_menu_and_clean_desktop
69
	mov	[ptime],0
69
	mov	[ptime],0
70
	call	draw_tray
70
	call	draw_tray
71
	call	draw_application_buttons
71
	call	draw_application_buttons
Line -... Line 72...
-
 
72
 
72
 
73
	mov	[redraw_window_flag],0
73
	mcall	12,2
74
	mcall	12,2
74
	popa
75
	popa
75
	ret
76
	ret
76
;------------------------------------------------------------------------------
77
;------------------------------------------------------------------------------
Line 179... Line 180...
179
 
180
 
180
	mov	ebx,2*65536	;+6
181
	mov	ebx,2*65536	;+6
181
	mov	bx,[height]
182
	mov	bx,[height]
182
	shr	bx,1
183
	shr	bx,1
183
	sub	bx,3
184
	sub	bx,3
184
	mov	ecx,[wcolor]
185
;	mov	ecx,[wcolor]
-
 
186
;	add	ecx,0x303030
-
 
187
	mov	edx,[wcolor]
-
 
188
	mov	eax,COLOR_CHANGE_MAGNITUDE_2
-
 
189
	call	add_color_change_magnitude
185
	add	ecx,0x303030
190
	mov	ecx,edx
186
	mcall	4,,,hidetext,1	; HIDE TEXT
191
	mcall	4,,,hidetext,1	; HIDE TEXT
187
;--------------------------------------
192
;--------------------------------------
188
align 4
193
align 4
189
.exit:
194
.exit:
Line 213... Line 218...
213
	sub	ebx,6
218
	sub	ebx,6
214
	shl	ebx,16
219
	shl	ebx,16
215
	mov	bx,[height]
220
	mov	bx,[height]
216
	shr	bx,1
221
	shr	bx,1
217
	sub	bx,3
222
	sub	bx,3
218
	mov	ecx,[wcolor]
223
;	mov	ecx,[wcolor]
219
	add	ecx,0x303030
224
;	add	ecx,0x303030
-
 
225
	mov	edx,[wcolor]
-
 
226
	mov	eax,COLOR_CHANGE_MAGNITUDE_2
-
 
227
	call	add_color_change_magnitude
-
 
228
	mov	ecx,edx
220
	mov	esi,1
229
	mov	esi,1
221
	mcall	4,,,hidetext+1
230
	mcall	4,,,hidetext+1
222
;--------------------------------------
231
;--------------------------------------
223
align 4
232
align 4
224
.exit:
233
.exit:
Line 268... Line 277...
268
 
277
 
269
	add	ebx, 8*65536
278
	add	ebx, 8*65536
270
	mov	bx,[height]
279
	mov	bx,[height]
271
	shr	bx,1
280
	shr	bx,1
-
 
281
	sub	bx,3
-
 
282
	mov	ecx,[PanelText_color]
272
	sub	bx,3
283
	or	ecx,0x10000000
273
	mcall	4,,0x10ffffff,m_text,4
284
	mcall	4,,,m_text,4
274
;--------------------------------------
285
;--------------------------------------
275
align 4
286
align 4
276
no_menu:
287
no_menu:
277
; check draw for clean desktop button
288
; check draw for clean desktop button
Line 306... Line 317...
306
	mov	esi,[wcolor]
317
	mov	esi,[wcolor]
307
	call	draw_appl_button
318
	call	draw_appl_button
Line 308... Line 319...
308
	
319
	
309
;	mov	ecx, dword [system_colours+28]
320
;	mov	ecx, dword [system_colours+28]
310
;	and	ecx, 0x00ffffff
321
;	and	ecx, 0x00ffffff
311
	mov	ecx,0xffffff
322
	mov	ecx,[PanelText_color]
312
	add	ebx,5 shl 16
323
	add	ebx,5 shl 16
313
;	mov	bx,6
324
;	mov	bx,6
314
	mov	bx,[height]
325
	mov	bx,[height]
315
	shr	bx,1
326
	shr	bx,1