pkgsrc/x11/rxvt
martin 8cc6ca7e8f In XChangeProperty(), format = 32 means long - no matter how many bits
long has. The format value furthermore is not arbitrary, but needs to
be 8, 16 or 32. So don't pass Atom32 instead of long, or some sizeof()
calculation as format, hardcode the value and make sure the arg is
properly aligned.
Fixes PR 33680 (old problem), and an alignement related crash with gcc4
on sparc64.
2006-06-20 13:07:20 +00:00
..
files
patches In XChangeProperty(), format = 32 means long - no matter how many bits 2006-06-20 13:07:20 +00:00
DESCR
distinfo In XChangeProperty(), format = 32 means long - no matter how many bits 2006-06-20 13:07:20 +00:00
Makefile Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
MESSAGE
PLIST