mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
CC-Progressbar: mark framebuffer region dirty
This commit is contained in:
@@ -210,6 +210,7 @@ void CProgressBarCache::paint(int x, int y, int pb_active_width, int pb_passive_
|
|||||||
ap += pb_passive_width;
|
ap += pb_passive_width;
|
||||||
p += off;
|
p += off;
|
||||||
}
|
}
|
||||||
|
frameBuffer->mark(x, y, x + pb_width, y + pb_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CProgressBarCache::paintBoxRel(fb_pixel_t *b, int x, int y, int dx, int dy, fb_pixel_t col)
|
void CProgressBarCache::paintBoxRel(fb_pixel_t *b, int x, int y, int dx, int dy, fb_pixel_t col)
|
||||||
|
Reference in New Issue
Block a user