changeset 1650:cb226180eabb trunk

[svn] - stuff
author nenolod
date Thu, 07 Sep 2006 21:47:45 -0700
parents f3934d790a2e
children a886f0856e32
files ChangeLog audacious/genevent.h audacious/main.c
diffstat 3 files changed, 20 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 07 21:44:05 2006 -0700
+++ b/ChangeLog	Thu Sep 07 21:47:45 2006 -0700
@@ -1,3 +1,23 @@
+2006-09-08 04:44:05 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2229]
+  - abstractionalize a lot of stuff, build still broken, live with it
+  
+
+  Changes:        Modified:
+  +2 -8           trunk/audacious/controlsocket.c  
+  +5 -3           trunk/audacious/genevent.c  
+  +8 -7           trunk/audacious/input.c  
+  +13 -2          trunk/audacious/interface.h  
+  +5 -3           trunk/audacious/main.c  
+  +2 -2           trunk/audacious/main.h  
+  +9 -19          trunk/audacious/playback.c  
+  +5 -4           trunk/audacious/playlist.c  
+  +0 -1           trunk/audacious/pluginenum.c  
+  +101 -95        trunk/audacious/util.c  
+  +1 -1           trunk/audacious/util.h  
+  +7 -1           trunk/audacious/visualization.c  
+
+
 2006-09-08 03:53:57 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2227]
   - remove orphaned dependencies
--- a/audacious/genevent.h	Thu Sep 07 21:44:05 2006 -0700
+++ b/audacious/genevent.h	Thu Sep 07 21:47:45 2006 -0700
@@ -25,8 +25,6 @@
 #ifndef GENEVENT_H
 #define GENEVENT_H
 
-#include "mainwin.h"
-
 extern gboolean ev_waiting;
 
 gint audcore_generic_events(void);
--- a/audacious/main.c	Thu Sep 07 21:44:05 2006 -0700
+++ b/audacious/main.c	Thu Sep 07 21:47:45 2006 -0700
@@ -80,12 +80,6 @@
 
 const gchar *application_name = N_("Audacious");
 
-
-/* XXX */
-#include "Plugins/UserInterface/wa2gui/mainwin.h"
-#include "Plugins/UserInterface/wa2gui/equalizer.h"
-#include "Plugins/UserInterface/wa2gui/playlist.h"
-
 struct _BmpCmdLineOpt {
     GList *filenames;
     gint session;