]> source.dussan.org Git - tigervnc.git/commit
Add helper class for a rendered cursor
authorPierre Ossman <ossman@cendio.se>
Wed, 12 Feb 2014 15:33:43 +0000 (16:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 14 Jul 2014 14:00:20 +0000 (16:00 +0200)
commit6ea6e1aebcd29cd8b950179f0df52768d5ddbdaf
tree27cf997c6b62d08c36aa159fd74323b3f401e459
parent9cbdec67c9973faf950c0eb6ba56f927dfccaf6f
Add helper class for a rendered cursor

Add a magical cursor framebuffer class for handling when you
want to render the cursor on the server side. Keeps the cursor
specific magic in one contained place.
common/rfb/Cursor.cxx
common/rfb/Cursor.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h