Skip to content

Commit

Permalink
cursor: generate cursor image event when cursor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored and gnif committed Sep 19, 2022
1 parent 4c3fed4 commit b99061d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/channel_cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ static PS_STATUS onMessage_cursorSet(PSChannel * channel)
free(g_ps.cursor.current);

g_ps.cursor.current = convertCursor(&msg->cursor);
updateCursorImage();

return PS_STATUS_OK;
}
Expand Down

0 comments on commit b99061d

Please sign in to comment.