comparison src/redraw_man.c @ 38:8d219ebd729e

-
author Thinker K.F. Li <thinker@branda.to>
date Wed, 06 Aug 2008 10:20:34 +0800
parents 943acee7f346
children ab028c9f0930
comparison
equal deleted inserted replaced
37:943acee7f346 38:8d219ebd729e
714 rdman->n_dirty_areas = 0; 714 rdman->n_dirty_areas = 0;
715 715
716 return OK; 716 return OK;
717 } 717 }
718 718
719 /* NOTE: Before redrawing, the canvas/surface must be cleaned.
720 * NOTE: After redrawing, the content must be copied to the backend surface.
721 */
722
719 int rdman_redraw_all(redraw_man_t *rdman) { 723 int rdman_redraw_all(redraw_man_t *rdman) {
720 geo_t *geo; 724 geo_t *geo;
721 int r; 725 int r;
722 726
723 r = clean_rdman_dirties(rdman); 727 r = clean_rdman_dirties(rdman);