summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-06 14:41:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-06 14:41:09 +0000
commit87cfad1a6c8958e427a339ed11ed0b0e0ae7159b (patch)
treee187423ac3917fc8486507ab4ea478abf40c8086 /vcl/win
parent66ae5c60f942235747b6f97e3ecfadd67e18ac62 (diff)
INTEGRATION: CWS vcl56 (1.22.102); FILE MERGED
2006/03/23 18:50:08 pl 1.22.102.1: #i60519# let timers elapse during windows internal dispatch message loops
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/saldata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx
index 6b24b71c425d..5d2e8a71b99f 100644
--- a/vcl/win/inc/saldata.hxx
+++ b/vcl/win/inc/saldata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 10:23:24 $
+ * last change: $Author: vg $ $Date: 2006-04-06 15:41:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,6 +115,8 @@ public:
BYTE* mpDitherHigh; // Dither mapping table
ULONG mnTimerMS; // Current Time (in MS) of the Timer
ULONG mnTimerOrgMS; // Current Original Time (in MS)
+ DWORD mnNextTimerTime;
+ DWORD mnLastEventTime;
UINT mnTimerId; // windows timer id
BOOL mbInTimerProc; // timer event is currently being dispatched
HHOOK mhSalObjMsgHook; // hook to get interesting msg for SalObject