]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.h
*fix* issue 282
[chaz/tint2] / src / util / window.h
index 47798cb8a5a1e788e2404e455e1ec2671ac517e8..074079eed9db6b3f301f7801e476301b67c92171 100644 (file)
@@ -22,8 +22,8 @@ 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);
+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);
This page took 0.023511 seconds and 4 git commands to generate.