wok-next annotate opencpn/stuff/glib.u @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents
children
rev   line source
pascal@4319 1 Both glib and wx define GSocket, see http://trac.wxwidgets.org/ticket/10883
pascal@4319 2
pascal@4319 3 --- include/dychart.h
pascal@4319 4 +++ include/dychart.h
pascal@4319 5 @@ -211,7 +211,9 @@
pascal@4319 6
pascal@4319 7 #ifdef __WXGTK__
pascal@4319 8 #ifdef ocpnUSE_GTK_OPTIMIZE
pascal@4319 9 +#define GSocket GlibGSocket
pascal@4319 10 #include <gtk/gtk.h>
pascal@4319 11 +#undef GSocket
pascal@4319 12 #endif
pascal@4319 13 #endif
pascal@4319 14