Mercurial > MadButterfly
comparison tools/mb_c_header.m4 @ 78:3645e29e4986
Add runtime for Xlib.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 20 Aug 2008 23:33:04 +0800 |
parents | a6150b4e0667 |
children | e548221c04eb |
comparison
equal
deleted
inserted
replaced
77:a6763f080da5 | 78:3645e29e4986 |
---|---|
17 define([ADD_COORD],[ | 17 define([ADD_COORD],[ |
18 [ coord_t *$1; | 18 [ coord_t *$1; |
19 ]]) | 19 ]]) |
20 define([COLOR_STOP],[ ]) | 20 define([COLOR_STOP],[ ]) |
21 | 21 |
22 define([REF_STOPS],) | 22 define([REF_STOPS_RADIAL],) |
23 define([REF_STOPS_LINEAR],) | |
23 define([FILL_SHAPE],[[ | 24 define([FILL_SHAPE],[[ |
24 paint_t *$1_fill; | 25 paint_t *$1_fill; |
25 ]]) | 26 ]]) |
26 define([STROKE_SHAPE],[[ | 27 define([STROKE_SHAPE],[[ |
27 paint_t *$1_stroke; | 28 paint_t *$1_stroke; |