diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 08:09:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 08:09:03 +0000 |
commit | 8c4ce08b44d11949f60798815c4675184af797f2 (patch) | |
tree | ff6cd811376e87cf96ac8d8fcfa1ce1c310ed20f /vcl | |
parent | 88d61bd622885700c9c697b78ef5dabd61229319 (diff) |
INTEGRATION: CWS vcl38 (1.11.60); FILE MERGED
2005/03/17 12:17:53 pl 1.11.60.1: #i44325# window state maximized improvements
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkframe.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkframe.hxx b/vcl/unx/inc/plugins/gtk/gtkframe.hxx index 2e38a8d0457f..07c1b6d0e387 100644 --- a/vcl/unx/inc/plugins/gtk/gtkframe.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkframe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gtkframe.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2005-03-18 17:54:28 $ + * last change: $Author: rt $ $Date: 2005-03-30 09:09:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,6 +186,7 @@ class GtkSalFrame : public SalFrame Size m_aMaxSize; Size m_aMinSize; + Rectangle m_aRestorePosSize; std::list< PreviousKeyPress > m_aPrevKeyPresses; int m_nPrevKeyPresses; // avoid using size() |