aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 0db5ef57767..45907b30be4 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -140,11 +140,7 @@ static Lisp_Object Qforeign_selection;
140 incremental transfer stuff, but it might improve server performance. */ 140 incremental transfer stuff, but it might improve server performance. */
141#define MAX_SELECTION_QUANTUM 0xFFFFFF 141#define MAX_SELECTION_QUANTUM 0xFFFFFF
142 142
143#ifdef HAVE_X11R4
144#define SELECTION_QUANTUM(dpy) ((XMaxRequestSize(dpy) << 2) - 100) 143#define SELECTION_QUANTUM(dpy) ((XMaxRequestSize(dpy) << 2) - 100)
145#else
146#define SELECTION_QUANTUM(dpy) (((dpy)->max_request_size << 2) - 100)
147#endif
148 144
149/* The timestamp of the last input event Emacs received from the X server. */ 145/* The timestamp of the last input event Emacs received from the X server. */
150/* Defined in keyboard.c. */ 146/* Defined in keyboard.c. */