5 #define gri_set_focus \
6 ((void (*)(int x, int y))grd_device_table[GDC_GET_FOCUS])
8 void gr_set_focus(int x
, int y
)
14 grd_visible_canvas
->bm
.bits
= grd_screen_canvas
->bm
.bits
;
15 gr_calc_sub_bitmap(&grd_visible_canvas
->bm
, x
, y
);