X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=1c14bca09ac45a1a7f622210f56fcca3fff591e6;hb=6e43e34c910adffa3f15aad56250b651e5966263;hp=5125fe2c36cba32cfb4abc336b898abf672bc544;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/util/window.h b/src/util/window.h index 5125fe2..1c14bca 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -18,6 +18,7 @@ void set_close (Window win); int server_get_current_desktop (); int server_get_number_of_desktop (); int window_is_iconified (Window win); +int window_is_urgent (Window win); int window_is_hidden (Window win); int window_is_active (Window win); int get_icon_count (long *data, int num);