diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-09-22 16:43:50 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-09-22 16:43:50 +0200 |
commit | b000ff13275cd9df34494553ba49746a85e63072 (patch) | |
tree | ac8f7e11adc792940e8e12374f324e7b9c044477 /win/winvnc/VNCServerWin32.cxx | |
parent | aceb4e7bf702d5c26bad9e646854d69b68ee4d5a (diff) | |
download | tigervnc-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.cxx | 2 |
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) { |