diff options
author | Radek Doulik <rodo@novell.com> | 2011-06-21 13:25:16 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2011-06-23 13:38:50 +0200 |
commit | 8ade517f3d7d30c048cae3bf218e7f4df6ed83d9 (patch) | |
tree | 49f43599a91dc314bba641c9870e2fe26c96a69a /vcl/inc/unx/gtk/gtkdata.hxx | |
parent | 921fd5f5d533c1aae8fd339b7ce35189e21fb5cb (diff) |
fix crash when changing screen resolution
- m_aXineramaScreenIndexMap in GtkSalDisplay was shadowing
the same field in SalDisplay, which led to crash in saldisp.cxx
code in SalDisplay::addXineramaScreenUnique
Diffstat (limited to 'vcl/inc/unx/gtk/gtkdata.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 28e0f3298fb9..24860b8f80df 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -93,7 +93,6 @@ class GtkSalDisplay : public SalDisplay GdkDisplay* m_pGdkDisplay; GdkCursor *m_aCursors[ POINTER_COUNT ]; bool m_bStartupCompleted; - std::vector< int > m_aXineramaScreenIndexMap; GdkCursor* getFromXBM( const unsigned char *pBitmap, const unsigned char *pMask, int nWidth, int nHeight, int nXHot, int nYHot ); |