commit | 433eb1bcf28b1299162c7026079829ae805d8452 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Fri Sep 05 05:14:03 2008 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Fri Sep 05 05:14:03 2008 +0000 |
tree | 9bdfe58c95eb78134bd66497eec9ac0e7a7328d0 | |
parent | 4f6528509a1cab20423e7c4c5afbf63e507034ec [diff] [blame] |
[Bugfix] Resetting video rectangle on last client disconnect. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2755 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index 838f06c..fc2e931 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx
@@ -147,6 +147,7 @@ slog.debug("no authenticated clients - stopping desktop"); desktopStarted = false; desktop->stop(); + setVideoRectangle(Rect(0, 0, 0, 0)); } return; }