diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-03 19:04:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-04 08:53:37 +0200 |
commit | 53df91adab37a65d87a44aa724b28128f32e9de5 (patch) | |
tree | 1d7b31ee1eeeb9691ccb732f0cb0e06aad4ae5b6 /vcl/inc/unx/saldisp.hxx | |
parent | 89c0b79911c469518c8872a4ec06b3d2c61c357c (diff) |
loplugin:singlevalfields
Change-Id: Ic74b400f0b929b4c57ad70d0b0936983a3d46360
Reviewed-on: https://gerrit.libreoffice.org/80154
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/saldisp.hxx')
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 74d576c84782..8f4bceba0fc8 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -303,14 +303,12 @@ protected: std::vector< int > m_aXineramaScreenIndexMap; std::list<SalObject*> m_aSalObjects; - bool m_bUseRandRWrapper; // don't use randr on gtk, use gdk signals there - mutable Time m_nLastUserEventTime; // mutable because changed on first access virtual bool Dispatch( XEvent *pEvent ) = 0; void InitXinerama(); void InitRandR( ::Window aRoot ) const; - void DeInitRandR(); + static void DeInitRandR(); void processRandREvent( XEvent* ); void doDestruct(); |