X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=47798cb8a5a1e788e2404e455e1ec2671ac517e8;hb=0c7cfd98d5af72893ae326015e7d34555a477b2a;hp=5125fe2c36cba32cfb4abc336b898abf672bc544;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/util/window.h b/src/util/window.h index 5125fe2..47798cb 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -18,10 +18,13 @@ 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 window_is_skip_taskbar (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);