]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.h
fixed Issue 282 : third try
[chaz/tint2] / src / util / window.h
index 1c14bca09ac45a1a7f622210f56fcca3fff591e6..79453ad763e4804e27252323c77553c0cc871af7 100644 (file)
@@ -21,8 +21,10 @@ 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 (int32_t *data, int num);
+int32_t *get_best_icon (int32_t *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);
This page took 0.019663 seconds and 4 git commands to generate.