mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
buffer: constify wlr_client_buffer_apply_damage()
This commit is contained in:
parent
6baf045590
commit
93597952aa
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ struct wlr_client_buffer *wlr_client_buffer_create(struct wlr_buffer *buffer,
|
|||
}
|
||||
|
||||
bool wlr_client_buffer_apply_damage(struct wlr_client_buffer *client_buffer,
|
||||
struct wlr_buffer *next, pixman_region32_t *damage) {
|
||||
struct wlr_buffer *next, const pixman_region32_t *damage) {
|
||||
if (client_buffer->base.n_locks - client_buffer->n_ignore_locks > 1) {
|
||||
// Someone else still has a reference to the buffer
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue