diff src/audacious/dnd.h @ 4413:de33c83aa06f

Huge renaming patch, changing BMP references to Audacious.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 06:47:48 +0300
parents f1c756f39e6c
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/dnd.h	Mon Mar 31 06:36:41 2008 +0300
+++ b/src/audacious/dnd.h	Mon Mar 31 06:47:48 2008 +0300
@@ -38,7 +38,7 @@
 };
 
 /* Drag data format listing for gtk_drag_dest_set() */
-static const GtkTargetEntry bmp_drop_types[] = {
+static const GtkTargetEntry aud_drop_types[] = {
     {"text/plain", 0, BMP_DROP_PLAINTEXT},
     {"text/uri-list", 0, BMP_DROP_URLENCODED},
     {"STRING", 0, BMP_DROP_STRING},
@@ -46,6 +46,6 @@
     {"application/x-font-ttf", 0, BMP_DROP_FONT},
 };
 
-void bmp_drag_dest_set(GtkWidget*);
+void aud_drag_dest_set(GtkWidget*);
 
 #endif