summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/saldisp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/saldisp.hxx')
-rw-r--r--vcl/inc/unx/saldisp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index 075cf79503fe..5f0e8941f710 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -276,7 +276,7 @@ protected:
bool m_bUseRandRWrapper; // don't use randr on gtk, use gdk signals there
- mutable XLIB_Time m_nLastUserEventTime; // mutable because changed on first access
+ mutable Time m_nLastUserEventTime; // mutable because changed on first access
virtual bool Dispatch( XEvent *pEvent ) = 0;
void InitXinerama();
@@ -353,7 +353,7 @@ public:
const Pair &GetResolution() const { return aResolution_; }
sal_uLong GetProperties() const { return PROPERTY_DEFAULT; }
sal_uLong GetMaxRequestSize() const { return nMaxRequestSize_; }
- XLIB_Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
+ Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
bool XIfEventWithTimeout( XEvent*, XPointer, X_if_predicate, long i_nTimeout = 1000 ) const;
SalXLib* GetXLib() const { return pXLib_; }