mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
cursor: reload cursor on Reconfigure
This gives instant feedback when changing cursor theme or size. It only works for server side cursors or clients using the cursor-shape protocol. Fixes: #1619
This commit is contained in:
parent
4b6efb7307
commit
8d4f295440
3 changed files with 11 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ void cursor_update_focus(struct server *server);
|
|||
void cursor_update_image(struct seat *seat);
|
||||
|
||||
void cursor_init(struct seat *seat);
|
||||
void cursor_load(struct seat *seat);
|
||||
void cursor_reload(struct seat *seat);
|
||||
void cursor_emulate_move_absolute(struct seat *seat,
|
||||
struct wlr_input_device *device,
|
||||
double x, double y, uint32_t time_msec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue