Also set DIALOG, UTILITY and SPLASH windows floating automatically

This commit is contained in:
Michael Stapelberg
2009-06-19 12:05:55 +02:00
parent a2a8cd85d6
commit a6d7f5451d
5 changed files with 16 additions and 4 deletions

View File

@ -924,7 +924,7 @@ void parse_command(xcb_connection_t *conn, const char *command) {
}
if (last_focused == NULL) {
LOG("Not performing (null) \n");
LOG("Not performing (no window found)\n");
return;
}