diff audacious/mainwin.h @ 1541:06329cbf186a trunk

[svn] this massive commit does the following: - seriously cleans up dependencies on the WA2-like gui code - moves all of the WA2 stuff into a seperate library (libwidgets.a) - makes things less icky in the player tree
author nenolod
date Wed, 09 Aug 2006 02:47:22 -0700
parents 705d4c089fce
children 693531793a75
line wrap: on
line diff
--- a/audacious/mainwin.h	Wed Aug 09 02:11:01 2006 -0700
+++ b/audacious/mainwin.h	Wed Aug 09 02:47:22 2006 -0700
@@ -24,14 +24,14 @@
 
 #include <gtk/gtk.h>
 
-#include "number.h"
-#include "pbutton.h"
-#include "playstatus.h"
-#include "tbutton.h"
-#include "textbox.h"
-#include "svis.h"
-#include "vis.h"
-#include "hslider.h"
+#include "widgets/number.h"
+#include "widgets/pbutton.h"
+#include "widgets/playstatus.h"
+#include "widgets/tbutton.h"
+#include "widgets/textbox.h"
+#include "widgets/svis.h"
+#include "widgets/vis.h"
+#include "widgets/hslider.h"
 
 /* yes, main window size is fixed */
 #define MAINWIN_WIDTH            (gint)275