Searched refs:rect_size (Results 1 – 1 of 1) sorted by relevance
119 const size_t rect_size = w * h * proxy_fb->ds->surface->pf.bytes_per_pixel; in fbupdatenotify_create() local120 FBUpdateNotify* ret = malloc(sizeof(FBUpdateNotify) + rect_size); in fbupdatenotify_create()124 ret->message_size = sizeof(FBUpdateMessage) + rect_size; in fbupdatenotify_create()