comparison src/audacious/ui_skinned_horizontal_slider.c @ 3270:30ed2878807f trunk

merged with master
author Ben Tucker <ben.tucker@gmail.com>
date Tue, 07 Aug 2007 18:07:37 -0700
parents f02623377013
children 6cadc2ddf4cd
comparison
equal deleted inserted replaced
3269:91dd21cce4a5 3270:30ed2878807f
22 * 22 *
23 * The Audacious team does not consider modular code linking to 23 * The Audacious team does not consider modular code linking to
24 * Audacious or using our public API to be a derived work. 24 * Audacious or using our public API to be a derived work.
25 */ 25 */
26 26
27 #include "widgets/widgetcore.h"
28 #include "ui_skinned_horizontal_slider.h" 27 #include "ui_skinned_horizontal_slider.h"
29 #include "main.h" 28 #include "main.h"
30 #include "util.h" 29 #include "util.h"
31 30
32 #define UI_SKINNED_HORIZONTAL_SLIDER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), ui_skinned_horizontal_slider_get_type(), UiSkinnedHorizontalSliderPrivate)) 31 #define UI_SKINNED_HORIZONTAL_SLIDER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), ui_skinned_horizontal_slider_get_type(), UiSkinnedHorizontalSliderPrivate))