]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Don't include webkit headers from wx headers
[wxWidgets.git] / include / wx / gtk1 / window.h
index cb492cae044333174e16b768789ab1daa780f68c..388f06fd91cc210b90fafe933c7eb6248fac1a70 100644 (file)
 #define __GTKWINDOWH__
 
 typedef struct _GtkTooltips GtkTooltips;
+#ifdef HAVE_XIM
+typedef struct _GdkIC GdkIC;
+typedef struct _GdkICAttr GdkICAttr;
+#endif
 
 // helper structure that holds class that holds GtkIMContext object and
 // some additional data needed for key events processing
@@ -155,7 +159,7 @@ public:
     void GtkUpdateScrollbar(int orient);
 
     // Called from GTK signal handlers. it indicates that
-    // the layouting functions have to be called later on
+    // the layout functions have to be called later on
     // (i.e. in idle time, implemented in OnInternalIdle() ).
     void GtkUpdateSize() { m_sizeSet = false; }