diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-16 08:15:32 +0000 |
commit | 94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch) | |
tree | 2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-xlwmenu.c | |
parent | Add fixrtf, an utility that is intended for use with the (diff) |
- 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).
Notes
Notes:
svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-xlwmenu.c')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-xlwmenu.c | 18 |
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 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; |