fixed decorated window with compiz

git-svn-id: http://tint2.googlecode.com/svn/trunk@22 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-01-05 21:01:05 +00:00
parent 89bcccb468
commit e0a80ef5a2
20 changed files with 166 additions and 155 deletions

View File

@@ -64,7 +64,7 @@ void init_clock(Clock *clock, int panel_height)
}
int draw_foreground_clock (void *obj, cairo_t *c)
void draw_foreground_clock (void *obj, cairo_t *c)
{
Clock *clock = obj;
PangoLayout *layout;
@@ -131,6 +131,5 @@ redraw:
}
g_object_unref (layout);
return 0;
}