bar: let backend check if xcursor should be updated or not

This allows the backend to support multi-seat "properly", by checking
against the correct seat. Before this, when we used a single, global
xcursor value, a seat whose pointer needed to be updated would not be
updated.
This commit is contained in:
Daniel Eklöf 2020-07-09 19:02:02 +02:00
parent 5884e665a4
commit f04b1e806c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 24 additions and 40 deletions

View file

@ -40,9 +40,6 @@ struct private {
int width;
int height_with_border;
/* Name of currently active cursor */
char *cursor_name;
pixman_image_t *pix;
struct {