Fix bad clear of panel pixmap when display compositing is disabled

This commit is contained in:
o9000
2016-01-24 13:39:52 +01:00
parent c31a2856f9
commit 1ecfdf5289
4 changed files with 43 additions and 50 deletions

View File

@@ -202,6 +202,9 @@ typedef struct Area {
// Callbacks
// Called on draw before any drawing takes place, obj = pointer to the Area
void (*_clear)(void *obj);
// Called on draw, obj = pointer to the Area
void (*_draw_foreground)(void *obj, cairo_t *c);