Make the tab group XProperty have the right type.

This commit is contained in:
Anton Kreuzkamp 2011-11-09 23:14:18 +01:00
parent b0e4bcb984
commit 9fda63a7f2

View file

@ -1838,7 +1838,7 @@ void Client::setClientGroup(ClientGroup* group)
{
client_group = group;
unsigned long data[1] = {(unsigned long)workspace()->indexOfClientGroup(group)};
XChangeProperty(display(), window(), atoms->kde_net_wm_tab_group, atoms->kde_net_wm_tab_group, 32,
XChangeProperty(display(), window(), atoms->kde_net_wm_tab_group, XA_CARDINAL, 32,
PropModeReplace, (unsigned char*)(data), 1);
}