X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=a905f6b3fa517c6e8b9ae732424bd53064a10936;hb=ed39165e7908dda7b2c7581075ef71a6de669a59;hp=5125fe2c36cba32cfb4abc336b898abf672bc544;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/util/window.h b/src/util/window.h index 5125fe2..a905f6b 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -18,10 +18,12 @@ 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); long *get_best_icon (long *data, int icon_count, int num, int *iw, int *ih, int best_icon_size); +void window_maximize_restore (Window win); void window_toggle_shade (Window win); int window_get_desktop (Window win); void windows_set_desktop (Window win, int desktop);