X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=074079eed9db6b3f301f7801e476301b67c92171;hb=a72ae04bf96477f11d8bf24baea54596f6d3356b;hp=a905f6b3fa517c6e8b9ae732424bd53064a10936;hpb=a36e39c7c2fedd87847514d561dc7d7bded2a3fa;p=chaz%2Ftint2 diff --git a/src/util/window.h b/src/util/window.h index a905f6b..074079e 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -21,8 +21,9 @@ 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); +int window_is_skip_taskbar (Window win); +int get_icon_count (gulong *data, int num); +gulong *get_best_icon (gulong *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);