summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-18 08:54:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-18 08:54:29 +0000
commit0bf4645736af9f3a8d8b91b2a9c0af3ec5404cf9 (patch)
tree469472fa518f6bff33312f3c32971db489abf3ab
parent904879da28d807c6f6b0b04afc2f0485f0f70d01 (diff)
INTEGRATION: CWS mbapp3fix1 (1.25.20); FILE MERGED
2006/05/11 12:15:13 pl 1.25.20.1: #i65207# avoid timer in Window::Show by posting event
-rw-r--r--vcl/win/inc/saldata.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx
index b9845563ac13..8a52bf4609cf 100644
--- a/vcl/win/inc/saldata.hxx
+++ b/vcl/win/inc/saldata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2006-05-03 16:37:32 $
+ * last change: $Author: vg $ $Date: 2006-05-18 09:54:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -341,12 +341,15 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 );
#define SAL_MSG_SETINPUTCONTEXT (WM_USER+144)
// wParam == nFlags; lParam == 0
#define SAL_MSG_ENDEXTTEXTINPUT (WM_USER+145)
+// POSTTIMER-Message; wparam = 0, lParam == time
+#define SAL_MSG_POSTTIMER (WM_USER+161)
// SysChild-ToTop; wParam = 0; lParam = 0
#define SALOBJ_MSG_TOTOP (WM_USER+160)
// POSTFOCUS-Message; wParam == bFocus; lParam == 0
#define SALOBJ_MSG_POSTFOCUS (WM_USER+161)
+
// -----------------
// - Helpfunctions -
// -----------------