diff options
Diffstat (limited to 'x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch')
-rw-r--r-- | x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch b/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch new file mode 100644 index 000000000000..9cb901c9727a --- /dev/null +++ b/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch @@ -0,0 +1,13 @@ +diff -ur xpyb-1.3.1/src/py_client.py xpyb-1.3.1/src/py_client.py +--- xpyb-1.3.1/src/py_client.py 2012-03-24 01:24:40.000000000 +0400 ++++ xpyb-1.3.1/src/py_client.py 2018-03-08 10:13:48.342758718 +0300 +@@ -585,7 +585,8 @@ + 'union' : py_union, + 'request' : py_request, + 'event' : py_event, +- 'error' : py_error ++ 'error' : py_error, ++ 'eventstruct' : lambda *a, **k: None + } + + # Boilerplate below this point |