Status: Add status.c, clean statutext fonction and add located text stuff: \s[x;y;#color;text]\.

This commit is contained in:
Martin Duquesnoy
2010-02-04 02:58:28 +01:00
parent 55fa590785
commit 881ac9f68f
6 changed files with 204 additions and 93 deletions

View File

@@ -399,6 +399,19 @@ typedef struct
int nlauncher;
} Conf;
typedef struct
{
uint x, y, w, h;
uint color;
} StatusRec;
typedef struct
{
uint x, y;
char color[8];
char text[512];
} StatusText;
/* Config.c struct */
typedef struct
{