commit | 63d75cc0657933af9aab76caa52d7c7fdff2625a | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Mon Aug 27 08:02:36 2012 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Mon Aug 27 08:02:36 2012 +0000 |
tree | f4c7f5b71e93c8a904293d1a10a96db23cee0713 | |
parent | b182a9e03d672038a228d32d2afa37884ac4c61a [diff] |
Update to last patch; forgot break in switch statement. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4973 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx index 1693ab5..122a54d 100644 --- a/vncviewer/DesktopWindow.cxx +++ b/vncviewer/DesktopWindow.cxx
@@ -105,7 +105,9 @@ case 2: w = geom_w; h = geom_h; + break; default: + geom_x = geom_y = 0; vlog.error("Invalid geometry specified!"); } }