comparison src/audacious/ui_skinned_playstatus.c @ 3251:f02623377013

goodbye widgets directory
author Tomasz Mon <desowin@gmail.com>
date Sun, 05 Aug 2007 16:43:53 +0200
parents f1c756f39e6c
children 46591501603e
comparison
equal deleted inserted replaced
3250:2d43219d2799 3251:f02623377013
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" 27 #include "skin.h"
28 #include "ui_skinned_playstatus.h" 28 #include "ui_skinned_playstatus.h"
29 #include "main.h" 29 #include "main.h"
30 #include "util.h" 30 #include "util.h"
31 #include <gtk/gtkmain.h>
32 #include <gtk/gtkmarshal.h>
33 31
34 #define UI_TYPE_SKINNED_PLAYSTATUS (ui_skinned_playstatus_get_type()) 32 #define UI_TYPE_SKINNED_PLAYSTATUS (ui_skinned_playstatus_get_type())
35 33
36 enum { 34 enum {
37 DOUBLED, 35 DOUBLED,