No changes, just remove wxGtkIMData forward declarations.
This class doesn't exist any more, so clean up references to it. See #3158. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,10 +20,6 @@
|
|||||||
#define WXUNUSED_IN_GTK3(x) x
|
#define WXUNUSED_IN_GTK3(x) x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// helper structure that holds class that holds GtkIMContext object and
|
|
||||||
// some additional data needed for key events processing
|
|
||||||
struct wxGtkIMData;
|
|
||||||
|
|
||||||
typedef struct _GdkEventKey GdkEventKey;
|
typedef struct _GdkEventKey GdkEventKey;
|
||||||
typedef struct _GtkIMContext GtkIMContext;
|
typedef struct _GtkIMContext GtkIMContext;
|
||||||
|
|
||||||
|
@@ -16,10 +16,6 @@ typedef struct _GdkIC GdkIC;
|
|||||||
typedef struct _GdkICAttr GdkICAttr;
|
typedef struct _GdkICAttr GdkICAttr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// helper structure that holds class that holds GtkIMContext object and
|
|
||||||
// some additional data needed for key events processing
|
|
||||||
struct wxGtkIMData;
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// callback definition for inserting a window (internal)
|
// callback definition for inserting a window (internal)
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user