mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 01:57:09 +00:00
Actually that won't work
This commit is contained in:
parent
85056408ce
commit
f02cb2ad07
@ -59,13 +59,15 @@ typedef enum _imlib_load_error ImlibLoadError;
|
||||
typedef enum _imlib_text_direction Imlib_Text_Direction;
|
||||
typedef enum _imlib_TTF_encoding Imlib_TTF_Encoding;
|
||||
|
||||
typedef struct {
|
||||
struct _imlib_border {
|
||||
int left, right, top, bottom;
|
||||
} Imlib_Border;
|
||||
};
|
||||
typedef struct _imlib_border Imlib_Border;
|
||||
|
||||
typedef struct {
|
||||
struct _imlib_color {
|
||||
int alpha, red, green, blue;
|
||||
} Imlib_Color;
|
||||
};
|
||||
typedef struct _imlib_color Imlib_Color;
|
||||
|
||||
Imlib_Context imlib_context_new(void);
|
||||
void imlib_context_free(Imlib_Context context);
|
||||
|
Loading…
Reference in New Issue
Block a user