summaryrefslogtreecommitdiffstats
path: root/dimension/common.terminals
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-04-16 14:06:31 -0400
committerTavian Barnes <tavianator@gmail.com>2010-04-16 14:06:31 -0400
commit23229722b2abd0021c697e3f6e43f74b51e4ee41 (patch)
tree85111795e08a24a46788afc90b4b2d98620705a4 /dimension/common.terminals
parent7577a2b69f9a77962912753b6768b38db4e3c454 (diff)
downloaddimension-23229722b2abd0021c697e3f6e43f74b51e4ee41.tar.xz
Implement image_{width,height}.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r--dimension/common.terminals4
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals
index 05ab8b8..fd62320 100644
--- a/dimension/common.terminals
+++ b/dimension/common.terminals
@@ -225,10 +225,10 @@
%token DMNSN_T_HYPERCOMPLEX
%token DMNSN_T_HOLLOW
%token DMNSN_T_IFF
-%token DMNSN_T_IMAGE_HEIGHT
+%token DMNSN_T_IMAGE_HEIGHT "image_height"
%token DMNSN_T_IMAGE_MAP "image_map"
%token DMNSN_T_IMAGE_PATTERN
-%token DMNSN_T_IMAGE_WIDTH
+%token DMNSN_T_IMAGE_WIDTH "image_width"
%token DMNSN_T_INITIAL_CLOCK
%token DMNSN_T_INITIAL_FRAME
%token DMNSN_T_INSIDE