mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
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:
parent
5884e665a4
commit
f04b1e806c
4 changed files with 24 additions and 40 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue