summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-04-21 11:18:52 +0200
committerUlrich Müller <ulm@gentoo.org>2018-04-21 11:18:52 +0200
commit188da234a8a4f522706a340c453d071aa3e847b7 (patch)
tree22751cfc6177afa60e99453fedfdb9907277b858 /patchsets/motif/2.2.3/07_all_popup_timeout.patch
parentDrop motif-2.3.5 patchset. (diff)
downloadulm-188da234a8a4f522706a340c453d071aa3e847b7.tar.gz
ulm-188da234a8a4f522706a340c453d071aa3e847b7.tar.bz2
ulm-188da234a8a4f522706a340c453d071aa3e847b7.zip
Drop motif-2.2.3 patchset.
Diffstat (limited to 'patchsets/motif/2.2.3/07_all_popup_timeout.patch')
-rw-r--r--patchsets/motif/2.2.3/07_all_popup_timeout.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patchsets/motif/2.2.3/07_all_popup_timeout.patch b/patchsets/motif/2.2.3/07_all_popup_timeout.patch
deleted file mode 100644
index 7cd45b3..0000000
--- a/patchsets/motif/2.2.3/07_all_popup_timeout.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- openMotif-2.2.3/lib/Xm/MenuUtil.c.popup_timeout
-+++ openMotif-2.2.3/lib/Xm/MenuUtil.c
-@@ -156,6 +156,9 @@
- cursor, time)) == GrabSuccess)
- break;
-
-+ if (status == GrabInvalidTime)
-+ time = CurrentTime;
-+
- XmeMicroSleep(1000);
- }
- if (status != GrabSuccess)