]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.h
*fix* issue 282
[chaz/tint2] / src / util / window.h
index 8f3bba3b2e5cd210bc988f3560e799837cb089f2..074079eed9db6b3f301f7801e476301b67c92171 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
-* window : 
-* - 
+* window :
+* -
 *
 * Check COPYING file for Copyright
 *
 #include <pango/pangocairo.h>
 
 
-typedef struct window_global
-{
-   Window main_win;
-} window_global;
-
-window_global window;
-
 void set_active (Window win);
 void set_desktop (int desktop);
 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);
+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);
 void windows_set_desktop (Window win, int desktop);
This page took 0.020015 seconds and 4 git commands to generate.