Mercurial > audlegacy
changeset 1737:73f4c2c89c23 trunk
[svn] - lets be C++ friendly
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 01:58:20 -0700 |
parents | fed902161f2a |
children | f157e22c70c4 |
files | ChangeLog audacious/util.h |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 18 01:56:09 2006 -0700 +++ b/ChangeLog Mon Sep 18 01:58:20 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-18 08:56:09 +0000 William Pitcock <nenolod@nenolod.net> + revision [2409] + - use audacious/titlestring.h instead of libaudacious/titlestring.h + + + Changes: Modified: + +1 -1 trunk/audacious/playlist.h + + 2006-09-18 08:45:08 +0000 William Pitcock <nenolod@nenolod.net> revision [2407] - export the util.h as provided by audacious/
--- a/audacious/util.h Mon Sep 18 01:56:09 2006 -0700 +++ b/audacious/util.h Mon Sep 18 01:58:20 2006 -0700 @@ -29,6 +29,7 @@ #include <glib.h> #include <gtk/gtk.h> +G_BEGIN_DECLS #define NO_PLAY_BUTTON FALSE #define PLAY_BUTTON TRUE @@ -139,8 +140,6 @@ #define bmp_check_realtime_priority() \ xmms_check_realtime_priority() -G_BEGIN_DECLS - GtkWidget *xmms_show_message(const gchar * title, const gchar * text, const gchar * button_text, gboolean modal, GtkSignalFunc button_action,