]> Dogcows Code - chaz/tint2/blob - src/systray/systraybar.h
add another padding parameter in config file, update documentation and sample config...
[chaz/tint2] / src / systray / systraybar.h
1 /**************************************************************************
2 * Copyright (C) 2009 thierry lorthiois (lorthiois@bbsoft.fr)
3 *
4 * systraybar
5 *
6 **************************************************************************/
7
8 #ifndef SYSTRAYBAR_H
9 #define SYSTRAYBAR_H
10
11 #include "area.h"
12
13
14 typedef struct {
15 // always start with area
16 Area area;
17
18 } Systraybar;
19
20
21 // --------------------------------------------------
22 // global taskbar parameter
23 Area g_systraybar;
24
25
26 // return 1 if task_width changed
27 int resize_systray (Systraybar *sysbar);
28
29
30
31 #endif
32
This page took 0.036357 seconds and 5 git commands to generate.