int GGI_lin4r_drawhline(struct ggi_visual *vis, int x, int y, int w) { LIBGGICLIP_XYW(vis, x, y, w); do_drawhline(vis, x, y, w); return 0; }
int GGI_lin4r_drawhline_nc(struct ggi_visual *vis, int x, int y, int w) { do_drawhline(vis, x, y, w); return 0; }
int GGI_lin16_drawhline_nc(ggi_visual *vis, int x, int y, int w) { do_drawhline(vis, x, y, w); return 0; }