summarylogtreecommitdiffstats
path: root/popup-menu-hang.diff
diff options
context:
space:
mode:
authorIsmo Toijala2015-06-26 10:45:34 +0200
committerIsmo Toijala2015-06-26 10:45:34 +0200
commita145b42a7cf4e0454c46c7258d91f778ee4402d0 (patch)
treeef4b3c32b742c45d03ff4ed4b5d702d3fc9cac77 /popup-menu-hang.diff
downloadaur-a145b42a7cf4e0454c46c7258d91f778ee4402d0.tar.gz
initial upload
Diffstat (limited to 'popup-menu-hang.diff')
-rw-r--r--popup-menu-hang.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/popup-menu-hang.diff b/popup-menu-hang.diff
new file mode 100644
index 000000000000..09bb3c64b913
--- /dev/null
+++ b/popup-menu-hang.diff
@@ -0,0 +1,24 @@
+Index: src/perl/urxvt-popup
+===================================================================
+RCS file: /schmorpforge/rxvt-unicode/src/perl/urxvt-popup,v
+retrieving revision 1.15
+diff -u -r1.15 urxvt-popup
+--- src/perl/urxvt-popup 24 Dec 2007 08:21:40 -0000 1.15
++++ src/perl/urxvt-popup 2 Aug 2009 08:22:52 -0000
+@@ -120,7 +120,7 @@
+ $self->refresh;
+
+ # might fail, but try anyways
+- $self->grab ($self->{data}{event}{time}, 1)
++ $self->grab ($self->{data}{event}{time})
+ and $self->allow_events_async;
+
+ on_button_press $self, $self->{data}{event} if $self->{data}{event}{button};
+@@ -132,7 +132,7 @@
+ my ($self, $event) = @_;
+
+ # should definitely not fail
+- $self->grab ($self->{data}{event}{time}, 1)
++ $self->grab ($self->{data}{event}{time})
+ and $self->allow_events_async;
+ }