Skip to content

Commit

Permalink
Merge pull request #20 from HandsomeYingyan/master
Browse files Browse the repository at this point in the history
Fix compile on gcc 10+
  • Loading branch information
jay7x committed May 5, 2023
2 parents 190f667 + e770e4f commit 178da9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fb.c
Expand Up @@ -24,6 +24,7 @@

#include "fb.h"

FB fb;

static unsigned int compose_color (kx_rgba rgba) {

Expand Down
2 changes: 2 additions & 0 deletions src/util.c
Expand Up @@ -33,6 +33,8 @@
#include "util.h"


kx_text *lg;

/* Create charlist structure */
struct charlist *create_charlist(int size)
{
Expand Down

0 comments on commit 178da9b

Please sign in to comment.