diff options
author | Dan Winship <[email protected]> | 2010-01-21 10:10:44 -0500 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-14 18:44:29 +0200 |
commit | e84e5ffa84180bffb2ca32bf072d065797a4621b (patch) | |
tree | be2595a52cb512662da0ba4c8581a8a2ec41332d /src/core/group.h | |
parent | 8bcb4f8f0348d1a2971dbd741d48af9de2934ae6 (diff) | |
download | marco-e84e5ffa84180bffb2ca32bf072d065797a4621b.tar.bz2 marco-e84e5ffa84180bffb2ca32bf072d065797a4621b.tar.xz |
Work around Xlib 64-bit "specialness"
When putting 32-bit properties into longs on 64-bit architectures,
XGetWindowProperty assumes the values are supposed to be signed, and
so it sign-extends values greater than 0x7fffffff. So if they *aren't*
supposed to be signed, we need to chop off the high bits ourselves.
(Most CARDINAL-valued properties only end up using small values
anyway, so it doesn't matter, but _NET_WM_WINDOW_OPACITY uses the full
range, and so was previously failing on 64-bit machines.)
https://bugzilla.gnome.org/show_bug.cgi?id=605678
Diffstat (limited to 'src/core/group.h')
0 files changed, 0 insertions, 0 deletions