Mercurial > hg > xemacs-beta
diff src/select-common.h @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | 2b1e7cb9ae2c |
children | 304aebb79cd3 |
line wrap: on
line diff
--- a/src/select-common.h Sat Dec 26 00:20:27 2009 -0600 +++ b/src/select-common.h Sat Dec 26 21:18:49 2009 -0600 @@ -47,6 +47,10 @@ if > 16 bits: Cons of top16, bot16 * 32 > 1 Vector of the above + NOTE NOTE NOTE: + Format == 32 means that the buffer will be C longs, which need not be + 32-bit quantities. See the note in select-x.c (x_get_window_property). + When converting a Lisp number to C, it is assumed to be of format 16 if it is an integer, and of format 32 if it is a cons of two integers.