Skip to content

Commit

Permalink
Actually that won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Mar 8, 2024
1 parent 8505640 commit f02cb2a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lua/imlib2_old.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f02cb2a

Please sign in to comment.