diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-16 12:47:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-16 12:55:29 +0100 |
commit | d799ac1320fb11439566a8a6c8215cfb3db10a00 (patch) | |
tree | ca683d2558b4f6464734c42e9ae614651b642c35 /vcl/inc/unx/saldisp.hxx | |
parent | a18123fb97e7c69a7fac6724aaa3a8e2440dae98 (diff) |
Revert "Remove unused SalDisplay::IsLocal"
This reverts commit e9202ffeccdf6f669184f3f869d2e5b121bea9f3.
Conflicts:
vcl/inc/unx/saldisp.hxx
Diffstat (limited to 'vcl/inc/unx/saldisp.hxx')
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 23d54bd39fa1..d8ee2ec1a4c5 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -305,6 +305,10 @@ protected: srv_vendor_t meServerVendor; SalWM eWindowManager_; + sal_Bool bLocal_; // Server==Client? Init + // in SalDisplay::IsLocal() + sal_Bool mbLocalIsValid; // bLocal_ is valid ? + // until x bytes XLIB_Cursor aPointerCache_[POINTER_COUNT]; @@ -371,6 +375,8 @@ public: XLIB_Cursor GetPointer( int ePointerStyle ); virtual int CaptureMouse( SalFrame *pCapture ); + sal_Bool IsLocal(); + void Remove( XEvent *pEvent ); virtual ScreenData *initScreen( SalX11Screen nXScreen ) const; const ScreenData& getDataForScreen( SalX11Screen nXScreen ) const |