From: Vadim Zeitlin Date: Fri, 22 Mar 2013 14:13:02 +0000 (+0000) Subject: Add GdkEventKey declaration fix PCH-less build. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1eb194bf0ee0e5f3b8b08593e85bc5e9d377773e Add GdkEventKey declaration fix PCH-less build. Declare it in wx/gtk/textentry.h too, not only wx/gtk/window.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/textentry.h b/include/wx/gtk/textentry.h index 5ba028d3cd..c146e6ba69 100644 --- a/include/wx/gtk/textentry.h +++ b/include/wx/gtk/textentry.h @@ -11,6 +11,7 @@ #ifndef _WX_GTK_TEXTENTRY_H_ #define _WX_GTK_TEXTENTRY_H_ +typedef struct _GdkEventKey GdkEventKey; typedef struct _GtkEditable GtkEditable; typedef struct _GtkEntry GtkEntry;