mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
Implement partial texture uploads
This commit is contained in:
parent
b109aecff9
commit
4de930542f
5 changed files with 100 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ static void surface_attach(struct wl_client *client,
|
|||
static void surface_damage(struct wl_client *client,
|
||||
struct wl_resource *resource,
|
||||
int32_t x, int32_t y, int32_t width, int32_t height) {
|
||||
wlr_log(L_DEBUG, "TODO: surface damage");
|
||||
wlr_log(L_DEBUG, "damage: %dx%d@%d,%d", width, height, x, y);
|
||||
}
|
||||
|
||||
static void destroy_frame_callback(struct wl_resource *resource) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue