commit | 49b1157ffb3b50afcb0ccf99d7af5ee8c30e5902 | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Wed Aug 01 08:09:09 2012 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Wed Aug 01 08:09:09 2012 +0000 |
tree | c200f0917c1e086e0337c927a030b4cc3dfa1244 | |
parent | 8d9c4636668ee1cb37def7a977fe45c6d3909d48 [diff] [blame] |
Added new option "-Maximize", for maximizing the window at startup. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4949 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index 2a4613c..6008d06 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h
@@ -88,6 +88,8 @@ static void handleGrab(void *data); + void maximizeWindow(); + static void handleResizeTimeout(void *data); void remoteResize();