summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2002-05-31 06:42:42 +0000
committerChristof Pintaske <cp@openoffice.org>2002-05-31 06:42:42 +0000
commit7d1144179c8fdc56281c662371ca25eb05287dae (patch)
treec4e70baafab27535d35f14ff654b967bc0c61bd9 /vcl/unx/inc
parent88bcd2c2a1bc6180d27dc7febeb408c8de2e19af (diff)
#99761# handle xevents first, then timer
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/saldisp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/inc/saldisp.hxx b/vcl/unx/inc/saldisp.hxx
index 2e15a1fb8b2a..918f569458de 100644
--- a/vcl/unx/inc/saldisp.hxx
+++ b/vcl/unx/inc/saldisp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldisp.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: pl $ $Date: 2002-01-18 10:03:32 $
+ * last change: $Author: cp $ $Date: 2002-05-31 07:42:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -267,6 +267,9 @@ class SalXLib
fd_set *pReadFDS_;
fd_set *pExceptionFDS_;
YieldEntry *pYieldEntries_;
+
+ void CheckTimeout();
+
public:
SalXLib();
~SalXLib();