Make the tab group XProperty have the right type.
This commit is contained in:
parent
b0e4bcb984
commit
9fda63a7f2
1 changed files with 1 additions and 1 deletions
|
@ -1838,7 +1838,7 @@ void Client::setClientGroup(ClientGroup* group)
|
||||||
{
|
{
|
||||||
client_group = group;
|
client_group = group;
|
||||||
unsigned long data[1] = {(unsigned long)workspace()->indexOfClientGroup(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);
|
PropModeReplace, (unsigned char*)(data), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue