diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-04-30 07:03:57 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-04-30 07:03:57 (GMT) |
commit | 583398e491a498a127833846e74c53cdc81918e2 (patch) | |
tree | 3b154e63d509d08b307947e563cef8e5c46acc55 /src/FbRootWindow.hh | |
parent | fd43058365eacb6e0dd5634b622bbbabbd1972eb (diff) | |
download | fluxbox-583398e491a498a127833846e74c53cdc81918e2.zip fluxbox-583398e491a498a127833846e74c53cdc81918e2.tar.bz2 |
bugfix: using 'int' on 64bit systems while setting window properties is wrong
using a smaller type ('long' on 64bit is 8 byte, 'int' is 4) results in
strange properties, eg:
_NET_WM_STATE(ATOM) = _NET_WM_STATE_MAXIMIZED_HORZ, undefined atom # 0x2726130
(when xpropping a maximized xterm). this might cause misbehavior in apps.
Diffstat (limited to 'src/FbRootWindow.hh')
0 files changed, 0 insertions, 0 deletions