Merge branch 'oldman' of github.com:xorg62/wmfs

This commit is contained in:
Martin Duquesnoy
2010-04-19 16:16:55 +02:00
5 changed files with 92 additions and 2 deletions

View File

@@ -446,6 +446,13 @@ typedef struct
uint color;
} StatusRec;
typedef struct
{
uint x, y, w, h;
uint color;
char data[512];
} StatusGraph;
typedef struct
{
uint x, y;