tornavis/extern/xdnd
Campbell Barton 3de35c62b4 Fix dropping text & URL's from google-chrome in X11
Chrome would only drop into windows supporting v5 of the XDND spec,
resolve by bumping the version and no other changes.

From looking into the changes between v3 & v5 they mainly relate to
dragging files between windows & dragging onto the root window.
Since Blender does neither, bump the version to allow dragging
links from google-chrome.
2024-02-20 16:19:31 +11:00
..
CMakeLists.txt License headers: use SPDX-FileCopyrightText for CMake files 2023-06-14 23:36:23 +10:00
README.blender dd upstream information to libraries 2016-05-25 22:27:53 +10:00
xdnd.c Cleanup: remove strcpy usage 2023-06-20 13:26:38 +10:00
xdnd.h Fix dropping text & URL's from google-chrome in X11 2024-02-20 16:19:31 +11:00

README.blender

Project: X Drag and Drop
URL: http://www.newplanetsoftware.com/xdnd/ (defunct)
     https://freedesktop.org/wiki/Specifications/XDND/ (cache)
License: GPLv2+
Upstream version: 2000-08-08
Local modifications:
* Fix T33192
  Opening Blender breaks drag-and-drop support on the KDE desktop.