Bugfix: One warning was left

next
Michael Stapelberg 2009-03-06 16:36:05 +01:00
parent ee1f64a94e
commit 4259e58655
1 changed files with 2 additions and 0 deletions

View File

@ -685,4 +685,6 @@ int handle_normal_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_w
render_container(conn, client->container);
xcb_flush(conn);
}
return 1;
}