aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-devel-mule/files/patch-xlwmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-xlwmenu.c')
-rw-r--r--editors/xemacs-devel-mule/files/patch-xlwmenu.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-xlwmenu.c b/editors/xemacs-devel-mule/files/patch-xlwmenu.c
deleted file mode 100644
index ee91eba795b..00000000000
--- a/editors/xemacs-devel-mule/files/patch-xlwmenu.c
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: lwlib/xlwmenu.c
-===================================================================
-RCS file: /pack/xemacscvs/XEmacs/xemacs/lwlib/xlwmenu.c,v
-retrieving revision 1.38
-diff -u -r1.38 xlwmenu.c
---- lwlib/xlwmenu.c 2005/11/26 11:45:59 1.38
-+++ lwlib/xlwmenu.c 2005/12/20 13:04:56
-@@ -2828,8 +2828,9 @@
- XColor xcolor;
- Visual *visual;
- int ignore;
-+ Colormap cmap;
- visual_info_from_widget ((Widget) mw, &visual, &ignore);
-- Colormap cmap = mw->core.colormap;
-+ cmap = mw->core.colormap;
- xcolor.pixel = mw->core.background_pixel;
- XQueryColor (dpy, cmap, &xcolor);
- xcolor.red = (xcolor.red * 17) / 20;