Mercurial > hg > xemacs-beta
diff src/xintrinsicp.h @ 1294:8c5cf108f035
[xemacs-hg @ 2003-02-14 07:38:22 by stephent]
martin patches:
configure for recent AIX: <87bs1f73du.fsf@tleepslib.sk.tsukuba.ac.jp>
speed up Expose processing: <878ywj722i.fsf@tleepslib.sk.tsukuba.ac.jp>
<8765rn71ra.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 14 Feb 2003 07:38:30 +0000 |
parents | abe6d1db359e |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/xintrinsicp.h Thu Feb 13 22:52:44 2003 +0000 +++ b/src/xintrinsicp.h Fri Feb 14 07:38:30 2003 +0000 @@ -26,4 +26,8 @@ #include <X11/IntrinsicP.h> #include <X11/ObjectP.h> /* apparently some IntrinsicP.h don't have this */ +#ifndef XtExposeNoRegion +#define XtExposeNoRegion 0 +#endif + #endif /* INCLUDED_xintrinsicp_h_ */