summaryrefslogtreecommitdiff
path: root/messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'messages.h')
-rw-r--r--messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/messages.h b/messages.h
index 19e87fca..6593b6cd 100644
--- a/messages.h
+++ b/messages.h
@@ -14,6 +14,7 @@ enum {
M_SONGCHANGED, // p1=from, p2=to
M_ADDDIR, // ctx = pointer to string, which must be freed by f_free
M_ADDFILES, // ctx = GSList pointer, must be freed with g_slist_free
+ M_FMDRAGDROP, // ctx = char* ptr, must be freed with standard free, p1 is length of data, p2 is drop_y
};
#endif // __MESSAGES_H