Mark containers as urgent in IPC if they have urgent views

This commit is contained in:
Ryan Dwyer 2018-07-16 14:30:31 +10:00
parent 5f0a4bb6a4
commit be28c18ad5
4 changed files with 15 additions and 10 deletions

View file

@ -316,4 +316,6 @@ void container_floating_move_to(struct sway_container *con,
*/
void container_set_dirty(struct sway_container *container);
bool container_has_urgent_child(struct sway_container *container);
#endif