Mercurial > audlegacy
changeset 2441:af8b86badfdb trunk
[svn] - Cleaned up a bit
author | mf0102 |
---|---|
date | Mon, 29 Jan 2007 09:55:26 -0800 |
parents | 7f0318090690 |
children | 44df6c17411b |
files | ChangeLog src/audacious/Makefile src/audacious/platform/smartinclude.h src/audacious/widgets/playlist_list.c |
diffstat | 4 files changed, 16 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 29 07:08:18 2007 -0800 +++ b/ChangeLog Mon Jan 29 09:55:26 2007 -0800 @@ -1,3 +1,10 @@ +2007-01-29 15:08:18 +0000 Giacomo Lozito <james@develia.org> + revision [3890] + - set the gtk2 fileopener position to the center of the screen + trunk/src/audacious/ui_fileopener.c | 1 + + 1 file changed, 1 insertion(+) + + 2007-01-29 06:19:02 +0000 Daniel Barkalow <barkalow@iabervon.org> revision [3888] Allow input plugin that implements get_volume to punt to the output plugin.
--- a/src/audacious/Makefile Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/Makefile Mon Jan 29 09:55:26 2007 -0800 @@ -9,22 +9,22 @@ LDFLAGS += $(AUDLDFLAGS) LDADD = \ - -L.. $(LTLIBINTL) \ + -L.. $(LTLIBINTL) \ -L../libaudacious -laudacious \ $(CHARDET_LIBS) \ - $(GTK_LIBS) \ + $(GTK_LIBS) \ $(LIBGLADE_LIBS) \ - $(REGEX_LIBS) \ + $(REGEX_LIBS) \ ./widgets/libwidgets.a CFLAGS += \ - $(GTK_CFLAGS) \ + $(GTK_CFLAGS) \ $(LIBGLADE_CFLAGS) \ - $(BEEP_DEFINES) \ - $(ARCH_DEFINES) \ - $(REGEX_CFLAGS) \ + $(BEEP_DEFINES) \ + $(ARCH_DEFINES) \ + $(REGEX_CFLAGS) \ -D_AUDACIOUS_CORE \ - -I.. -I../.. \ + -I.. -I../.. \ -I../intl HEADERS = \ @@ -38,11 +38,10 @@ playlist_container.h \ plugin.h \ strings.h \ + titlestring.h \ ui_fileinfopopup.h \ ui_preferences.h \ util.h \ - strings.h \ - titlestring.h \ vfs.h \ vfs_buffer.h \ xconvert.h
--- a/src/audacious/platform/smartinclude.h Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/platform/smartinclude.h Mon Jan 29 09:55:26 2007 -0800 @@ -19,17 +19,11 @@ #include <gdk/gdk.h> #ifdef GDK_WINDOWING_X11 - # include <gdk/gdkx.h> -# include <X11/Xlib.h> -# include <X11/Xatom.h> - #endif #ifdef GDK_WINDOWING_WIN32 - # include <gdk/gdkwin32.h> - #endif #include <gdk/gdkkeysyms.h>
--- a/src/audacious/widgets/playlist_list.c Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/widgets/playlist_list.c Mon Jan 29 09:55:26 2007 -0800 @@ -136,8 +136,6 @@ #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> -#include <X11/Xlib.h> -#include <X11/Xatom.h> GdkDrawable *get_transparency_pixmap(void) {