GNOME Bugzilla – Bug 662481
Clean up the gtkprivate directory redefinition mess
Last modified: 2011-10-23 19:44:47 UTC
See log message of attached patch. Work on X11 and Quartz, and needs Win32 testing.
Created attachment 199738 [details] [review] The patch
Review of attachment 199738 [details] [review]: nice cleanup ::: gtk/gtkmainprivate.h @@ +26,1 @@ gboolean _gtk_module_has_mixed_deps (GModule *module); Looks like _gtk_module_has_mixed_deps could easily go into the new gtkmodulesprivate.h ?
Indeed, and gtkmainprivate.h can go down the canal. Pushed both patches.
Created attachment 199775 [details] [review] fix unterminated #ifdef error