aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/VNCServerWin32.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-09-22 16:43:50 +0200
committerPierre Ossman <ossman@cendio.se>2017-09-22 16:43:50 +0200
commitb000ff13275cd9df34494553ba49746a85e63072 (patch)
treeac8f7e11adc792940e8e12374f324e7b9c044477 /win/winvnc/VNCServerWin32.cxx
parentaceb4e7bf702d5c26bad9e646854d69b68ee4d5a (diff)
downloadtigervnc-b000ff13275cd9df34494553ba49746a85e63072.tar.gz
tigervnc-b000ff13275cd9df34494553ba49746a85e63072.zip
Get rid of getFbSize()/getDesktopSize() in common
It was only used by WinVNC, so push it there instead.
Diffstat (limited to 'win/winvnc/VNCServerWin32.cxx')
-rw-r--r--win/winvnc/VNCServerWin32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winvnc/VNCServerWin32.cxx b/win/winvnc/VNCServerWin32.cxx
index d86384da..b164c65f 100644
--- a/win/winvnc/VNCServerWin32.cxx
+++ b/win/winvnc/VNCServerWin32.cxx
@@ -63,7 +63,7 @@ VNCServerWin32::VNCServerWin32()
CreateEvent(0, FALSE, FALSE, "Global\\SessionEventTigerVNC") : 0),
vncServer(CStr(ComputerName().buf), &desktop),
thread_id(-1), runServer(false), isDesktopStarted(false),
- httpServer(&vncServer), config(&sockMgr),
+ httpServer(this), config(&sockMgr),
rfbSock(&sockMgr), httpSock(&sockMgr), trayIcon(0),
queryConnectDialog(0)
{