diff options
author | kiri <kiri@FreeBSD.org> | 2003-06-05 15:54:45 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-06-05 15:54:45 +0800 |
commit | 967d12980b42271c0f4f1a09c54bf95833f198ca (patch) | |
tree | e7360f2b09ea6966afec56998bd664d77c9a2fd4 /editors/xemacs21-mule/files | |
parent | 0c9c9496ca833f4b27f428f9b63f106d7537f03a (diff) | |
download | freebsd-ports-gnome-967d12980b42271c0f4f1a09c54bf95833f198ca.tar.gz freebsd-ports-gnome-967d12980b42271c0f4f1a09c54bf95833f198ca.tar.zst freebsd-ports-gnome-967d12980b42271c0f4f1a09c54bf95833f198ca.zip |
* Change distinfo for new distfiles (forgotten in previous commit ;)
* Add patch(patch-al) to avoide *very* slow fonfifying [1]
Refered from: http://list-archive.xemacs.org/xemacs-beta/200305/msg00467.html [1]
Diffstat (limited to 'editors/xemacs21-mule/files')
-rw-r--r-- | editors/xemacs21-mule/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs21-mule/files/patch-al b/editors/xemacs21-mule/files/patch-al new file mode 100644 index 000000000000..649be5b4b329 --- /dev/null +++ b/editors/xemacs21-mule/files/patch-al @@ -0,0 +1,11 @@ +--- src/EmacsFrame.c~ Wed Mar 5 12:28:39 2003 ++++ src/EmacsFrame.c Thu Jun 5 16:23:56 2003 +@@ -235,7 +235,7 @@ + /* resource_count */ XtNumber (resources), + /* xrm_class */ NULLQUARK, + /* compress_motion */ TRUE, +- /* compress_exposure */ XtExposeCompressMaximal | XtExposeNoRegion, ++ /* compress_exposure */ TRUE, + /* compress_enterleave */ TRUE, + /* visible_interest */ FALSE, + /* destroy */ NULL, |