summaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgHandler.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-03-03 16:27:44 +0100
committerPierre Ossman <ossman@cendio.se>2015-03-03 16:27:44 +0100
commit28c1d54937185bd983ccede4a587aa5dc9b2e5df (patch)
tree2577c5cac5e6c5c36a316ccdb586bd6868f6142d /common/rfb/CMsgHandler.h
parent5c23b9ed7d55a2cd5f44b8ec3da2c8bdcac5c3a5 (diff)
downloadtigervnc-28c1d54937185bd983ccede4a587aa5dc9b2e5df.tar.gz
tigervnc-28c1d54937185bd983ccede4a587aa5dc9b2e5df.zip
Switch to unsigned parameters for ExtendedDesktopSize handler
The constants used here are unsigned so it makes more sense that the parameters are as well.
Diffstat (limited to 'common/rfb/CMsgHandler.h')
-rw-r--r--common/rfb/CMsgHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CMsgHandler.h b/common/rfb/CMsgHandler.h
index 5e333d27..7d2cdc20 100644
--- a/common/rfb/CMsgHandler.h
+++ b/common/rfb/CMsgHandler.h
@@ -46,7 +46,7 @@ namespace rfb {
// methods to set the members of cp appropriately.
virtual void setDesktopSize(int w, int h);
- virtual void setExtendedDesktopSize(int reason, int result,
+ virtual void setExtendedDesktopSize(unsigned reason, unsigned result,
int w, int h,
const ScreenSet& layout);
virtual void setCursor(int width, int height, const Point& hotspot,