# HG changeset patch # User nenolod # Date 1155242667 25200 # Node ID fabbc01ee381fe86403435efd039e748f2ce45b9 # Parent 7c7195221c0b75bb8355eb30902c1ef86e9179e9 [svn] add -D_WIDGETCORE_H_ as we can use the private includes here diff -r 7c7195221c0b -r fabbc01ee381 ChangeLog --- a/ChangeLog Thu Aug 10 13:42:55 2006 -0700 +++ b/ChangeLog Thu Aug 10 13:44:27 2006 -0700 @@ -1,3 +1,29 @@ +2006-08-10 20:42:55 +0000 William Pitcock + revision [2002] + Do not allow widgetcore private includes to be referenced directly. + This breaks SVN right now, but I will fix it in a few moments. + + + Changes: Modified: + +4 -0 trunk/audacious/widgets/eq_graph.h + +5 -0 trunk/audacious/widgets/eq_slider.h + +5 -0 trunk/audacious/widgets/hslider.h + +5 -0 trunk/audacious/widgets/menurow.h + +5 -0 trunk/audacious/widgets/monostereo.h + +5 -0 trunk/audacious/widgets/number.h + +5 -0 trunk/audacious/widgets/pbutton.h + +4 -0 trunk/audacious/widgets/playlist_list.h + +4 -0 trunk/audacious/widgets/playlist_slider.h + +5 -0 trunk/audacious/widgets/playstatus.h + +4 -0 trunk/audacious/widgets/sbutton.h + +4 -0 trunk/audacious/widgets/skin.h + +5 -0 trunk/audacious/widgets/svis.h + +4 -0 trunk/audacious/widgets/tbutton.h + +4 -0 trunk/audacious/widgets/textbox.h + +5 -0 trunk/audacious/widgets/vis.h + +5 -0 trunk/audacious/widgets/widget.h + + 2006-08-10 19:55:28 +0000 William Pitcock revision [2000] - add widgetcore.h (replaces directly including all of that junk) diff -r 7c7195221c0b -r fabbc01ee381 audacious/widgets/Makefile --- a/audacious/widgets/Makefile Thu Aug 10 13:42:55 2006 -0700 +++ b/audacious/widgets/Makefile Thu Aug 10 13:44:27 2006 -0700 @@ -12,7 +12,8 @@ $(ARCH_DEFINES) \ -I../.. \ -I.. \ - -I../../intl + -I../../intl \ + -D_WIDGETCORE_H_ SOURCES = \ widget.c \