]> source.dussan.org Git - tigervnc.git/commit
Change cursor API to use RGBA data
authorPierre Ossman <ossman@cendio.se>
Sun, 19 Feb 2017 14:48:17 +0000 (15:48 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 22 Feb 2017 15:58:10 +0000 (16:58 +0100)
commit6a1a0d0c578e39338e757edf59cf8806a9d86b0f
treea82ede30f7e9d1f36b3169acb6a7a6a4f936ad78
parente20cf62bbdefd48979603105d60c3a170eb2ece6
Change cursor API to use RGBA data

This will allow us to use better formats that preserve the entire
alpha channel.
25 files changed:
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/ConnParams.cxx
common/rfb/ConnParams.h
common/rfb/Cursor.cxx
common/rfb/Cursor.h
common/rfb/PixelBuffer.cxx
common/rfb/PixelBuffer.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServer.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
tests/decperf.cxx
tests/encperf.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/DesktopWindow.cxx
vncviewer/DesktopWindow.h
vncviewer/Viewport.cxx
vncviewer/Viewport.h
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/DeviceFrameBuffer.h