summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-28 11:34:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-28 11:34:54 +0000
commitfd67041aa9aa3db38355b2fe242a1fccb4d02890 (patch)
treeee7dd02c2c6dc36791d2440e13174af2d94382ac
parentb42c64b99dbd22eed44eda0e463c691555746ffd (diff)
INTEGRATION: CWS vcl09 (1.10.2); FILE MERGED
2003/05/05 12:19:07 ssa 1.10.2.1: #108919# do not report timeout while in timer handler
-rw-r--r--vcl/win/inc/saldata.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx
index b1d44a4f0171..e84004890c79 100644
--- a/vcl/win/inc/saldata.hxx
+++ b/vcl/win/inc/saldata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:35:21 $
+ * last change: $Author: vg $ $Date: 2003-05-28 12:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,6 +140,7 @@ struct SalData
ULONG mnTimerOrgMS; // Current Original Time (in MS)
UINT mnTimerId; // windows timer id
SALTIMERPROC mpTimerProc; // timer callback proc
+ BOOL mbInTimerProc; // timer event is currently being dispatched
HHOOK mhSalObjMsgHook; // hook to get interesting msg for SalObject
HWND mhWantLeaveMsg; // window handle, that want a MOUSELEAVE message
AutoTimer* mpMouseLeaveTimer; // Timer for MouseLeave Test