Tiling2: Style changes.

This commit is contained in:
Tom Hacohen 2014-01-17 17:25:23 +00:00
parent 86aa218cb2
commit 9adc5336c0
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ _pre_client_assign_hook(void *data __UNUSED__,
return;
if ((ec->bordername && strcmp(ec->bordername, "pixel"))
|| !ec->bordername)
|| !ec->bordername)
{
change_window_border(ec, "pixel");
}