diff options
Diffstat (limited to 'editors/xemacs21-mule/files/patch-al')
-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, |