Use 'long' instead of 'CARD32' in wClientSetState() and wWindowSaveState()
commit0c2d2c69b9346da9f6ef8bb8c35af3fe078b26f9
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Mar 2010 22:00:07 +0000 (29 00:00 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Mar 2010 22:17:02 +0000 (29 00:17 +0200)
treee63fbd886c01615aad4512279fa9c97e0d10e45d
parent13ba5d5f5b812ba1ca2e02f69314f222c4682ca1
Use 'long' instead of 'CARD32' in wClientSetState() and wWindowSaveState()

The rationale is the same as in commit c7f2a189c48bd4c9eb87958fff66b52e0fdcb7ce
("Fix the call to XChangeProperty() in 64-bit mode"), because we are
calling XChangeProperty() with format 32, which requires the type of
'data' to be 'long'.
src/client.c
src/window.c