# HG changeset patch # User Matti Hamalainen # Date 1189366889 -10800 # Node ID 0835a207463b5b6a027c1bff633f30fc84c485e9 # Parent 440877c9360eed0b8f0cb226c8d356256331a733 xmms_show_message() is now audacious_info_dialog(), also removed alias macro bmp_info_dialog. diff -r 440877c9360e -r 0835a207463b src/audacious/util.h --- 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);