X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=src%2Futil%2Farea.h;h=7270419d9ee6b20bb63c6a3d2ab3d0351f4c221a;hb=63bbffa4af17926ba2d52728883988eae402b07a;hp=2f8d822671b3ef75b486d3fa1535d0b97ab355f5;hpb=616c9da1e11226d2b98478ee644d12339489813a;p=chaz%2Ftint2 diff --git a/src/util/area.h b/src/util/area.h index 2f8d822..7270419 100644 --- a/src/util/area.h +++ b/src/util/area.h @@ -82,7 +82,8 @@ typedef struct { // each object can overwrite following function void (*_draw_foreground)(void *obj, cairo_t *c); - // calculate size. return '1' if size changed, '0' otherwise. + // update area's content and update size (width/heith). + // return '1' if size changed, '0' otherwise. int (*_resize)(void *obj); void (*_add_child)(void *obj); int (*_remove_child)(void *obj);