summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 14:31:07 +0800
committerJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 14:39:39 +0800
commit5e255319837b9ea051e54f0a84d69d1984f8a971 (patch)
tree3e269d95f1db3d91543ca324fc08cfe982f736ee
parent7173879f7c36907e33861a8d433715a58340e88d (diff)
patches: update README
-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