Subversion Repositories Kolibri OS

Rev

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

Rev 6081 Rev 6130
Line 211... Line 211...
211
	mov edx,[sc.work]
211
	mov edx,[sc.work]
212
	or  edx,0x33000000
212
	or  edx,0x33000000
213
	int 0x40
213
	int 0x40
Line 214... Line 214...
214
 
214
 
215
	mov esi,[sc.work_button]
215
	mov esi,[sc.work_button]
216
	mcall SF_DEFINE_BUTTON, (5 shl 16)+20, (266 shl 16)+20, 3
216
	mcall SF_DEFINE_BUTTON, (5 shl 16)+20, (266 shl 16)+20, 0x40000003
Line 217... Line 217...
217
	mcall , (30 shl 16)+20, (266 shl 16)+20, 4
217
	mcall , (30 shl 16)+20, (266 shl 16)+20, 0x40000004
218
 
218
 
219
	mov ebx,[image_data_toolbar]
219
	mov ebx,[image_data_toolbar]
Line 220... Line 220...
220
	add ebx,3*IMAGE_TOOLBAR_ICON_SIZE
220
	add ebx,3*IMAGE_TOOLBAR_ICON_SIZE
221
	mcall SF_PUT_IMAGE, , (16 shl 16)+16, (7 shl 16)+268 ;load
221
	mcall SF_PUT_IMAGE, , (21 shl 16)+21, (5 shl 16)+266 ;load
222
 
222
 
Line 223... Line 223...
223
	sub ebx,IMAGE_TOOLBAR_ICON_SIZE
223
	sub ebx,IMAGE_TOOLBAR_ICON_SIZE
224
	mov edx,(32 shl 16)+268 ;save
224
	mov edx,(30 shl 16)+266 ;save
225
	int 0x40
225
	int 0x40