mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
cursor: revert 6651d; remove cursor_update_focus()
...to ensure new windows receive keyboard focus even if the cursor is over an existing window. Fix issue #210
This commit is contained in:
parent
875b258602
commit
2652522a70
3 changed files with 0 additions and 23 deletions
|
|
@ -465,14 +465,6 @@ void cursor_rebase(struct seat *seat, uint32_t time_msec);
|
|||
*/
|
||||
void cursor_set(struct seat *seat, const char *cursor_name);
|
||||
|
||||
/**
|
||||
* cursor_update_focus - update cursor focus
|
||||
* @server - server
|
||||
* Use it to force an update of the cursor icon and to send an enter event
|
||||
* to the surface below the cursor.
|
||||
*/
|
||||
void cursor_update_focus(struct server *server);
|
||||
|
||||
void cursor_init(struct seat *seat);
|
||||
void cursor_finish(struct seat *seat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue