Mercurial > public > mk2
diff 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 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/strings.asm Sat Feb 19 18:44:22 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/strings.asm Sun Feb 20 10:59:03 2011 +0100 @@ -168,6 +168,8 @@ box_frame_std: call PLED_standard_color + +box_frame_common: VARARGS_BEGIN VARARGS_GET8 win_top VARARGS_GET8 win_height @@ -175,3 +177,7 @@ VARARGS_GET8 win_width VARARGS_END goto PLED_frame + +box_frame_color: + call PLED_set_color + bra box_frame_common