diff src/dnd.h @ 316:2ebd0d9145cf

Define drag and drop target string in dnd.h. Make it use the current name of the application.
author zas_
date Fri, 11 Apr 2008 20:01:29 +0000
parents f6e307c7bad6
children ddabc4873a3f
line wrap: on
line diff
--- a/src/dnd.h	Fri Apr 11 19:43:36 2008 +0000
+++ b/src/dnd.h	Fri Apr 11 20:01:29 2008 +0000
@@ -13,6 +13,7 @@
 #ifndef DND_H
 #define DND_H
 
+#define TARGET_APP_COLLECTION_MEMBER_STRING "application/x-" GQ_APPNAME_LC "-collection-member"
 
 enum {
 	TARGET_APP_COLLECTION_MEMBER,