From 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Thu, 16 Mar 2006 08:15:32 +0000 Subject: - Update to 21.5-b25 "eggplant". - Fix build with gtk support. - Disable experimental features and add this features to WITH_EXPERIMENTAL option(it's improve perfomance and stability in default build). --- editors/xemacs-devel-mule/files/patch-xlwmenu.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 editors/xemacs-devel-mule/files/patch-xlwmenu.c (limited to 'editors/xemacs-devel-mule/files/patch-xlwmenu.c') 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 ee91eba795b5..000000000000 --- 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; -- cgit v1.2.3