summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/README b/patches/README
index 5c4bfda..165ace0 100644
--- a/patches/README
+++ b/patches/README
@@ -1,3 +1,20 @@
These patches are to make various apps work properly with input transformation
and redirection. These fixes are primarily for drag and drop, as this is where
most of the problems lie.
+
+The patch for gtk only adds support for transformed windows. In order to
+support redirection, it needs another patch.
+
+Qt already supports transformed windows, but needs the patch for redirection.
+
+The patch for enlightenment adds support for both transformation and
+redirection of windows.
+
+---
+
+The patch for gtk was generated against its git repository, from commit
+0111030586706f91f3271094280ad23559c47b36
+
+The patch for enlightenment was generated against its svn repository, but it seems "svn log" won't tell me when (Temporary failure in name resolution ...)
+
+The patch for qt was generated against this: qt-x11-opensource-src-4.5.2.tar.bz2