Subversion Repositories Kolibri OS

Rev

Rev 1001 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1001 Rev 1102
Line 421... Line 421...
421
align 16
421
align 16
422
@EXPORT:
422
@EXPORT:
Line 423... Line 423...
423
 
423
 
424
export						\
424
export						\
425
	lib_init	 , 'lib_init'	      , \
425
	lib_init	 , 'lib_init'	      , \
426
	0x01000000	 , 'version'	      , \
426
	0x00020002	 , 'version'	      , \
427
	gfx.open	 , 'gfx.open'	      , \
427
	gfx.open	 , 'gfx_open'	      , \
428
	gfx.close	 , 'gfx.close'	      , \
428
	gfx.close	 , 'gfx_close'	      , \
429
	gfx.pen.color	 , 'gfx.pen.color'    , \
429
	gfx.pen.color	 , 'gfx_pen_color'    , \
430
	gfx.brush.color  , 'gfx.brush.color'  , \
430
	gfx.brush.color  , 'gfx_brush_color'  , \
431
	gfx.pixel	 , 'gfx.pixel'	      , \
431
	gfx.pixel	 , 'gfx_pixel'	      , \
432
	gfx.move.to	 , 'gfx.move.to'      , \
432
	gfx.move.to	 , 'gfx_move_to'      , \
433
	gfx.line.to	 , 'gfx.line.to'      , \
433
	gfx.line.to	 , 'gfx_line_to'      , \
434
	gfx.line	 , 'gfx.line'	      , \
434
	gfx.line	 , 'gfx_line'	      , \
435
	gfx.polyline	 , 'gfx.polyline'     , \
435
	gfx.polyline	 , 'gfx_polyline'     , \
436
	gfx.polyline.to  , 'gfx.polyline.to'  , \
436
	gfx.polyline.to  , 'gfx_polyline_to'  , \
437
	gfx.fillrect	 , 'gfx.fillrect'     , \
437
	gfx.fillrect	 , 'gfx_fillrect'     , \
438
	gfx.fillrect.ex  , 'gfx.fillrect.ex'  , \
438
	gfx.fillrect.ex  , 'gfx_fillrect_ex'  , \
439
	gfx.framerect	 , 'gfx.framerect'    , \
439
	gfx.framerect	 , 'gfx_framerect'    , \
440
	gfx.framerect.ex , 'gfx.framerect.ex' , \
440
	gfx.framerect.ex , 'gfx_framerect_ex' , \
441
	gfx.rectangle	 , 'gfx.rectangle'    , \
441
	gfx.rectangle	 , 'gfx_rectangle'    , \