diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 10:19:43 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-10 06:39:25 +0000 |
commit | 3a9609653697ac851ee1c55a41aa143d3bca335e (patch) | |
tree | f30606ce67af5c38b2a8963cd4ec882e62c78523 /vcl/inc | |
parent | 9774b71017bea62dfbff235886daf7c454bcd0d0 (diff) |
Resolves: rhbz#1362453 use the cairo scaling approach on both wayland and X
so have the same hidpi solution on both setups
Change-Id: I669eba55830a28c1850f4679dfa824798bd3a383
Reviewed-on: https://gerrit.libreoffice.org/31540
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index c59d7a2408a6..ffb0fb700718 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -137,7 +137,6 @@ class GtkSalDisplay : public SalDisplay o3tl::enumarray<PointerStyle, GdkCursor*> m_aCursors; bool m_bStartupCompleted; bool m_bX11Display; - bool m_bOwnHiDpiScale; GdkCursor* getFromXBM( const unsigned char *pBitmap, const unsigned char *pMask, int nWidth, int nHeight, int nXHot, int nYHot ); @@ -147,7 +146,6 @@ public: GdkDisplay* GetGdkDisplay() const { return m_pGdkDisplay; } bool IsX11Display() const { return m_bX11Display; } - bool IsOwnHiDpiScale() const { return m_bOwnHiDpiScale; } GtkSalSystem* getSystem() const { return m_pSys; } |