Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/strings.asm @ 209:cdba979821ee
frame around logbook scale, some more speed improvements
new WIN_FRAME_COLOR macro
author | heinrichsweikamp |
---|---|
date | Sun, 20 Feb 2011 10:59:03 +0100 |
parents | 6a94f96e9cea |
children | 6e456a6398e0 |
comparison
equal
deleted
inserted
replaced
208:3b961f17aa3a | 209:cdba979821ee |
---|---|
166 VARARGS_END | 166 VARARGS_END |
167 goto PLED_box | 167 goto PLED_box |
168 | 168 |
169 box_frame_std: | 169 box_frame_std: |
170 call PLED_standard_color | 170 call PLED_standard_color |
171 | |
172 box_frame_common: | |
171 VARARGS_BEGIN | 173 VARARGS_BEGIN |
172 VARARGS_GET8 win_top | 174 VARARGS_GET8 win_top |
173 VARARGS_GET8 win_height | 175 VARARGS_GET8 win_height |
174 VARARGS_GET8 win_leftx2 | 176 VARARGS_GET8 win_leftx2 |
175 VARARGS_GET8 win_width | 177 VARARGS_GET8 win_width |
176 VARARGS_END | 178 VARARGS_END |
177 goto PLED_frame | 179 goto PLED_frame |
180 | |
181 box_frame_color: | |
182 call PLED_set_color | |
183 bra box_frame_common |