HAVE_XIM is disabled in GTK2 build, don't include useless member variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8708fa7618
commit
73a7e9399f
@ -204,7 +204,7 @@ public:
|
||||
#ifdef __WXGTK20__
|
||||
wxGtkIMData *m_imData;
|
||||
#else
|
||||
#if HAVE_XIM
|
||||
#if HAVE_XIM && !defined(__WXGTK20__)
|
||||
// XIM support for wxWidgets
|
||||
GdkIC *m_ic;
|
||||
GdkICAttr *m_icattr;
|
||||
|
@ -204,7 +204,7 @@ public:
|
||||
#ifdef __WXGTK20__
|
||||
wxGtkIMData *m_imData;
|
||||
#else
|
||||
#if HAVE_XIM
|
||||
#if HAVE_XIM && !defined(__WXGTK20__)
|
||||
// XIM support for wxWidgets
|
||||
GdkIC *m_ic;
|
||||
GdkICAttr *m_icattr;
|
||||
|
Loading…
Reference in New Issue
Block a user