summaryrefslogtreecommitdiff
path: root/src/channel-cursor.h
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09Replace emacs modeline with .editorconfigMarc-André Lureau1-1/+0
emacs mode got removed with: git ls-tree HEAD -r --name-only | xargs sed -i '/Mode: C/d' Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2017-05-26cursor: Add cursor shape propertyPavel Grunt1-0/+25
It provides information about the remote cursor similar to the signal "cursor-set". The benefit over the signal is that the property can be queried at any time. Users of the "cursor-set" signal should migrate to "notify::cursor". Related: https://bugzilla.redhat.com/show_bug.cgi?id=1411380 Acked-by: Victor Toso <victortoso@redhat.com>
2015-10-09Glib applications should only include spice-client.hJonathon Jongsma1-0/+4
Generate a compiler warning if an application attempts to include a different header.
2015-06-08Move gtk/ -> src/Marc-André Lureau1-0/+77
For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!