changeset 3469:0835a207463b trunk

xmms_show_message() is now audacious_info_dialog(), also removed alias macro bmp_info_dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 22:41:29 +0300
parents 440877c9360e
children 8bd7d6129bc4
files src/audacious/util.h
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/util.h	Sun Sep 09 22:05:24 2007 +0300
+++ b/src/audacious/util.h	Sun Sep 09 22:41:29 2007 +0300
@@ -91,16 +91,15 @@
 
 GdkPixmap *audacious_pixmap_resize(GdkWindow *src, GdkGC *src_gc, GdkPixmap *in, gint width, gint height);
 
-/* XMMS names */
-
-#define bmp_info_dialog(title, text, button_text, model, button_action, action_data) \
-  xmms_show_message(title, text, button_text, model, button_action, action_data)
-
-GtkWidget *xmms_show_message(const gchar * title, const gchar * text,
+GtkWidget *audacious_info_dialog(const gchar * title, const gchar * text,
                              const gchar * button_text, gboolean modal,
                              GtkSignalFunc button_action,
                              gpointer action_data);
 
+/* FIXME! Remove this completely -ccr */
+#define xmms_check_realtime_priority(N) FALSE
+
+
 GdkPixmap *create_dblsize_pixmap(GdkPixmap *pix);
 
 GdkPixbuf *audacious_create_colorized_pixbuf(GdkPixbuf *src, gint red, gint green, gint blue);