wok view opencpn/stuff/glib.u @ rev 4687

Up: stoq* (0.9.11) and stoqdrivers (0.9.8.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Dec 30 15:01:05 2009 +0000 (2009-12-30)
parents
children
line source
1 Both glib and wx define GSocket, see http://trac.wxwidgets.org/ticket/10883
3 --- include/dychart.h
4 +++ include/dychart.h
5 @@ -211,7 +211,9 @@
7 #ifdef __WXGTK__
8 #ifdef ocpnUSE_GTK_OPTIMIZE
9 +#define GSocket GlibGSocket
10 #include <gtk/gtk.h>
11 +#undef GSocket
12 #endif
13 #endif