aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/treewm/files/patch-uehandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/treewm/files/patch-uehandler.cc')
-rw-r--r--x11-wm/treewm/files/patch-uehandler.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/treewm/files/patch-uehandler.cc b/x11-wm/treewm/files/patch-uehandler.cc
new file mode 100644
index 000000000000..1fe202174d3d
--- /dev/null
+++ b/x11-wm/treewm/files/patch-uehandler.cc
@@ -0,0 +1,10 @@
+--- ../treewm-0.4.5.orig/src/uehandler.cc Mon Mar 8 00:20:42 2004
++++ src/uehandler.cc Mon Mar 8 00:42:26 2004
+@@ -955,6 +955,7 @@
+ if (!ExecAll)
+ return false;
+ {
++ lower(str);
+ MenuInfo *mi = ((MenuInfo *)rman->GetInfo(SE_MENUINFO,str+1));
+ if (mi) {
+ int x,y;