Merge pull request #1931 from Airblader/bug-1924

Improvements for sticky windows
This commit is contained in:
Michael Stapelberg
2015-09-24 22:34:29 +02:00
6 changed files with 40 additions and 19 deletions

View File

@ -736,7 +736,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
con->sticky = !con->sticky;
DLOG("New sticky status for con = %p is %i.\n", con, con->sticky);
output_push_sticky_windows();
output_push_sticky_windows(focused);
}
tree_render();