diff src/select-common.h @ 3833:2b1e7cb9ae2c

[xemacs-hg @ 2007-02-17 15:55:21 by stephent] Fix 64-bit issues in X property handling. <87d548dgqz.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Sat, 17 Feb 2007 15:55:22 +0000
parents facf3239ba30
children 304aebb79cd3
line wrap: on
line diff
--- a/src/select-common.h	Fri Feb 16 22:51:16 2007 +0000
+++ b/src/select-common.h	Sat Feb 17 15:55:22 2007 +0000
@@ -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.