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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user