diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-01-30 17:47:31 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:50:29 +0200 |
commit | ff9eb5a949f7af0198db8c563a7d9d735ad083c3 (patch) | |
tree | ae6079de1916b1567156c7f4cb31204a634e5a31 /common/rfb/VNCServerST.h | |
parent | 5c1a1536db0bd3f59e8c9ed0fd8a0a0fb8108ef2 (diff) | |
download | tigervnc-ff9eb5a949f7af0198db8c563a7d9d735ad083c3.tar.gz tigervnc-ff9eb5a949f7af0198db8c563a7d9d735ad083c3.zip |
Get rid of the direct access abuse of FullFramePixelBuffer's data
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 88d02559..ed7833ab 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -92,7 +92,7 @@ namespace rfb { virtual void add_changed(const Region ®ion); virtual void add_copied(const Region &dest, const Point &delta); virtual void setCursor(int width, int height, const Point& hotspot, - void* cursorData, void* mask); + const void* cursorData, const void* mask); virtual void setCursorPos(const Point& p); virtual void bell(); |