diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:32:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:32:58 +0000 |
commit | 6028ffdaadbf9e0a7e381d9391e09426b8b953aa (patch) | |
tree | 209d02faab3db4947e3b1f7210a6d4a8b1e30392 /vcl | |
parent | ead40d96382372e59dc716091fe1ad275679f212 (diff) |
INTEGRATION: CWS vcl09 (1.168.2); FILE MERGED
2003/05/28 08:43:14 rt 1.168.2.3: RESYNC: (1.170-1.171); FILE MERGED
2003/05/13 09:11:06 hdu 1.168.2.2: RESYNC: (1.168-1.170); FILE MERGED
2003/04/30 14:49:03 ssa 1.168.2.1: #109206# use MINIMIZE/NORMALIZE events instead of ICONIFIED/RESTORED
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index b1763bfbc916..1e951c5e6d15 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -2,9 +2,9 @@ * * $RCSfile: window.cxx,v $ * - * $Revision: 1.171 $ + * $Revision: 1.172 $ * - * last change: $Author: vg $ $Date: 2003-05-22 12:48:38 $ + * last change: $Author: vg $ $Date: 2003-05-28 12:32:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -8727,7 +8727,7 @@ void Window::ImplDecModalCount() } void Window::ImplNotifyIconifiedState( BOOL bIconified ) { - mpFrameWindow->ImplCallEventListeners( bIconified ? VCLEVENT_WINDOW_ICONIFIED : VCLEVENT_WINDOW_RESTORED ); + mpFrameWindow->ImplCallEventListeners( bIconified ? VCLEVENT_WINDOW_MINIMIZE : VCLEVENT_WINDOW_NORMALIZE ); } BOOL Window::HasActiveChildFrame() |