Searched defs:xenfb_update (Results 1 – 3 of 3) sorted by relevance
27 struct xenfb_update { struct28 uint8_t type; /* XENFB_TYPE_UPDATE */29 int32_t x; /* source x */30 int32_t y; /* source y */54 struct xenfb_update update; argument
27 struct xenfb_update struct29 uint8_t type; /* XENFB_TYPE_UPDATE */30 int32_t x; /* source x */31 int32_t y; /* source y */32 int32_t width; /* rect width */33 int32_t height; /* rect height */
721 static void xenfb_update(void *opaque) in xenfb_update() function