]> Dogcows Code - chaz/tint2/blob - src/taskbar/taskbarname.h
desktop name second step
[chaz/tint2] / src / taskbar / taskbarname.h
1 /**************************************************************************
2 * Copyright (C) 2008 thierry lorthiois (lorthiois@bbsoft.fr)
3 **************************************************************************/
4
5 #ifndef TASKBARNAME_H
6 #define TASKBARNAME_H
7
8 #include "common.h"
9 #include "area.h"
10
11 extern int taskbarname_enabled;
12 extern PangoFontDescription *taskbarname_font_desc;
13 extern Color taskbarname_font;
14 extern Color taskbarname_active_font;
15
16 void default_taskbarname();
17 void cleanup_taskbarname();
18
19 void init_taskbarname_panel(void *p);
20
21 void draw_taskbarname(void *obj, cairo_t *c);
22
23 int resize_taskbarname(void *obj);
24
25
26 #endif
27
This page took 0.031498 seconds and 4 git commands to generate.