gstream-set_dirty_rectangle_marker (3) Linux Manual Page
set_dirty_rectangle_marker Synopsis#include <gstream.h> void set_dirty_rectangle_marker(void (*drm)(int, int, int, int)) DescriptionSets a function which the gstream will use to mark the areas that it draws inside as "dirty"; this can, for instance, be very useful in conjuction with a dirty rectangle system in a game where you are using the gstream to output various information during…
