Mercurial > emacs
changeset 85876:762d3b6b64a3
Remove HAVE_X11R5 and HAVE_X11R4.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 01 Nov 2007 07:41:59 +0000 |
parents | fd9c2b6d11cb |
children | b9c295c443e2 |
files | src/xselect.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Thu Nov 01 07:41:49 2007 +0000 +++ b/src/xselect.c Thu Nov 01 07:41:59 2007 +0000 @@ -140,11 +140,7 @@ incremental transfer stuff, but it might improve server performance. */ #define MAX_SELECTION_QUANTUM 0xFFFFFF -#ifdef HAVE_X11R4 #define SELECTION_QUANTUM(dpy) ((XMaxRequestSize(dpy) << 2) - 100) -#else -#define SELECTION_QUANTUM(dpy) (((dpy)->max_request_size << 2) - 100) -#endif /* The timestamp of the last input event Emacs received from the X server. */ /* Defined in keyboard.c. */