X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fwindow.h;h=1c14bca09ac45a1a7f622210f56fcca3fff591e6;hb=3795f38c6c834700ac5eed530b86adbc6399488d;hp=8f3bba3b2e5cd210bc988f3560e799837cb089f2;hpb=280d1d6e2e2cf7eed76e1def50a4b9547094d185;p=chaz%2Ftint2 diff --git a/src/util/window.h b/src/util/window.h index 8f3bba3..1c14bca 100644 --- a/src/util/window.h +++ b/src/util/window.h @@ -1,6 +1,6 @@ /************************************************************************** -* window : -* - +* window : +* - * * Check COPYING file for Copyright * @@ -12,19 +12,13 @@ #include -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);