Mercurial > hg > xemacs-beta
comparison src/select-x.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | e7ef97881643 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
71 #define SELECTION_QUANTUM(dpy) ((XMaxRequestSize (dpy) << 2) - 100) | 71 #define SELECTION_QUANTUM(dpy) ((XMaxRequestSize (dpy) << 2) - 100) |
72 | 72 |
73 /* If the selection owner takes too long to reply to a selection request, | 73 /* If the selection owner takes too long to reply to a selection request, |
74 we give up on it. This is in seconds (0 = no timeout). | 74 we give up on it. This is in seconds (0 = no timeout). |
75 */ | 75 */ |
76 int x_selection_timeout; | 76 Fixnum x_selection_timeout; |
77 | 77 |
78 /* Enable motif selection optimizations. */ | 78 /* Enable motif selection optimizations. */ |
79 int x_selection_strict_motif_ownership; | 79 int x_selection_strict_motif_ownership; |
80 | 80 |
81 | 81 |