gf_draw_rect(context, 10, 10, 50, 50);
gf_context_set_fgcolor(context, 0x000000);
gf_draw_rect(context, 20, 20, 40, 40);
gf_draw_flush(context);
gf_draw_end(context);
gf_dev_detach(gdev);
return EXIT_SUCCESS;
}