Draw: Add Imlib2 support to draw image (optional feature, work only if have imlib2): statustext block to draw image: \i[x;y;width;height;imagepath.extension]\

This commit is contained in:
Martin Duquesnoy
2010-03-28 03:36:56 +02:00
parent c350bb45d0
commit 0ce0d1a352
6 changed files with 120 additions and 1 deletions

View File

@@ -419,6 +419,12 @@ typedef struct
char text[512];
} StatusText;
typedef struct
{
uint x, y, w, h;
char name[512];
} StatusImage;
/* Config.c struct */
typedef struct
{