comparison ChangeLog @ 1545:fabbc01ee381 trunk

[svn] add -D_WIDGETCORE_H_ as we can use the private includes here
author nenolod
date Thu, 10 Aug 2006 13:44:27 -0700
parents 7c7195221c0b
children 693531793a75
comparison
equal deleted inserted replaced
1544:7c7195221c0b 1545:fabbc01ee381
1 2006-08-10 20:42:55 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [2002]
3 Do not allow widgetcore private includes to be referenced directly.
4 This breaks SVN right now, but I will fix it in a few moments.
5
6
7 Changes: Modified:
8 +4 -0 trunk/audacious/widgets/eq_graph.h
9 +5 -0 trunk/audacious/widgets/eq_slider.h
10 +5 -0 trunk/audacious/widgets/hslider.h
11 +5 -0 trunk/audacious/widgets/menurow.h
12 +5 -0 trunk/audacious/widgets/monostereo.h
13 +5 -0 trunk/audacious/widgets/number.h
14 +5 -0 trunk/audacious/widgets/pbutton.h
15 +4 -0 trunk/audacious/widgets/playlist_list.h
16 +4 -0 trunk/audacious/widgets/playlist_slider.h
17 +5 -0 trunk/audacious/widgets/playstatus.h
18 +4 -0 trunk/audacious/widgets/sbutton.h
19 +4 -0 trunk/audacious/widgets/skin.h
20 +5 -0 trunk/audacious/widgets/svis.h
21 +4 -0 trunk/audacious/widgets/tbutton.h
22 +4 -0 trunk/audacious/widgets/textbox.h
23 +5 -0 trunk/audacious/widgets/vis.h
24 +5 -0 trunk/audacious/widgets/widget.h
25
26
1 2006-08-10 19:55:28 +0000 William Pitcock <nenolod@nenolod.net> 27 2006-08-10 19:55:28 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [2000] 28 revision [2000]
3 - add widgetcore.h (replaces directly including all of that junk) 29 - add widgetcore.h (replaces directly including all of that junk)
4 30
5 31