From 5c2b0fdcc943ed34b9001d97d940b5e1a8040f15 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 23 Jan 2008 01:39:57 +0000 Subject: [PATCH] Added comments about how to implement drag and drop properly --- src/common.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common.c b/src/common.c index ea6f0cd..82f6cc6 100644 --- a/src/common.c +++ b/src/common.c @@ -13,6 +13,12 @@ * You should have received a copy of the Creative Commons Attribution- * NonCommercial-ShareAlike 3.0 along with Browser; if not, browse to * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ +/* FIXME: + * - conform to http://www.freedesktop.org/wiki/Specifications/XDND + * * the target should be "text/uri-list" + * * filenames should be prepended with "file:///" + * * how is this supposed to handle multiple filenames then? "\r\n"? + * - implement XDS: http://www.newplanetsoftware.com/xds/ */ /* prototypes */