fixed bug with "task on all desktop" (issue 39), fixed memory corruption

git-svn-id: http://tint2.googlecode.com/svn/trunk@26 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-01-18 22:12:41 +00:00
parent 067f07625e
commit d818e66097
15 changed files with 177 additions and 74 deletions

View File

@@ -9,8 +9,6 @@
#ifndef WINDOW_H
#define WINDOW_H
#include <cairo.h>
#include <cairo-xlib.h>
#include <pango/pangocairo.h>
@@ -37,9 +35,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);