Fixed compilo for GTK+1 (GDK_DISPLAY undeclared)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
005198fa7d
commit
06c093e8b0
@ -29,7 +29,7 @@
|
||||
#pragma message enable nosimpint
|
||||
#endif
|
||||
|
||||
#ifdef __WXGTK20__
|
||||
#ifdef __WXGTK__
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user