| 573 | } |
| 574 | } |
| 575 | void |
| 576 | my_color_area(GRECT *area, int col) |
| 577 | { |
| 578 | int pxy[4]; |
| 579 | |
| 580 | v_set_fill(col, 1, IP_SOLID, 0); |
| 581 | rc_grect_to_array(area, pxy); |
| 582 | v_bar(x_handle, pxy); |
| 583 | } |
| 584 | |
| 585 | void |
| 586 | my_clear_area(GRECT *area) |
no outgoing calls
no test coverage detected