Added comments about how to implement drag and drop properly
This commit is contained in:
parent
89886291ef
commit
5c2b0fdcc9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user