X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..43c42c18d36c703a88b1b7b697bac27fe5608eca:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 8d37e57148..43d8be0524 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -11,10 +11,10 @@ #define __GTKWINDOWH__ typedef struct _GtkTooltips GtkTooltips; - -// helper structure that holds class that holds GtkIMContext object and -// some additional data needed for key events processing -struct wxGtkIMData; +#ifdef HAVE_XIM +typedef struct _GdkIC GdkIC; +typedef struct _GdkICAttr GdkICAttr; +#endif //----------------------------------------------------------------------------- // callback definition for inserting a window (internal)