diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-04-15 23:31:24 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-04-15 23:31:24 -0400 |
commit | 7577a2b69f9a77962912753b6768b38db4e3c454 (patch) | |
tree | 4217cd2758ac8600d9f12c12e07a30b614c4a2d5 /dimension/common.terminals | |
parent | cdaacf47797665a1558006a0fd0d801f65c30c92 (diff) | |
download | dimension-7577a2b69f9a77962912753b6768b38db4e3c454.tar.xz |
Initial support for image_maps.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index c125489..05ab8b8 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -226,7 +226,7 @@ %token DMNSN_T_HOLLOW %token DMNSN_T_IFF %token DMNSN_T_IMAGE_HEIGHT -%token DMNSN_T_IMAGE_MAP +%token DMNSN_T_IMAGE_MAP "image_map" %token DMNSN_T_IMAGE_PATTERN %token DMNSN_T_IMAGE_WIDTH %token DMNSN_T_INITIAL_CLOCK @@ -336,7 +336,7 @@ %token DMNSN_T_PIGMENT_PATTERN %token DMNSN_T_PLANAR %token DMNSN_T_PLANE "plane" -%token DMNSN_T_PNG +%token DMNSN_T_PNG "png" %token DMNSN_T_POINT_AT %token DMNSN_T_POLY %token DMNSN_T_POLY_WAVE |