]> Dogcows Code - chaz/tint2/blobdiff - src/util/window.h
fixed issue 48
[chaz/tint2] / src / util / window.h
index fd596c06e795bed023f84cede9202474ff5b76b4..1c14bca09ac45a1a7f622210f56fcca3fff591e6 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
-* window : 
-* - 
+* window :
+* -
 *
 * Check COPYING file for Copyright
 *
@@ -9,24 +9,16 @@
 #ifndef WINDOW_H
 #define WINDOW_H
 
-#include <cairo.h>
-#include <cairo-xlib.h>
 #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);
@@ -37,9 +29,6 @@ void windows_set_desktop (Window win, int desktop);
 int window_get_monitor (Window win);
 Window window_get_active ();
 
-// draw rounded rectangle
-void draw_rect(cairo_t *c, double x, double y, double w, double h, double r);
-
 void get_text_size(PangoFontDescription *font, int *height_ink, int *height, int panel_height, char *text, int len);
 
 
This page took 0.020591 seconds and 4 git commands to generate.