formatting
This commit is contained in:
parent
0f677834e2
commit
3547fe26ed
1 changed files with 1 additions and 2 deletions
|
@ -3246,8 +3246,7 @@ void client_set_desktop_recursive(ObClient *self,
|
||||||
client_set_desktop_recursive(it->data, target, donthide);
|
client_set_desktop_recursive(it->data, target, donthide);
|
||||||
}
|
}
|
||||||
|
|
||||||
void client_set_desktop(ObClient *self, guint target,
|
void client_set_desktop(ObClient *self, guint target, gboolean donthide)
|
||||||
gboolean donthide)
|
|
||||||
{
|
{
|
||||||
self = client_search_top_normal_parent(self);
|
self = client_search_top_normal_parent(self);
|
||||||
client_set_desktop_recursive(self, target, donthide);
|
client_set_desktop_recursive(self, target, donthide);
|
||||||
|
|
Loading…
Reference in a new issue