minor update

This commit is contained in:
Lephenixnoir 2022-06-18 19:49:46 +01:00
parent 6ca607ae37
commit 819181d6f0
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set(ASSETS_fx
set(ASSETS_cg
assets/input-modes-cg.png
)
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg})
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
set(NAME "justui-${FXSDK_PLATFORM}")
add_library(${NAME} STATIC

View File

@ -1,7 +1,7 @@
#include <justui/jpainted.h>
#include <gint/std/stdlib.h>
/* Type identified for jpainted */
/* Type identifier for jpainted */
static int jpainted_type_id = -1;
jpainted *jpainted_create(void *function, j_arg_t arg, int natural_w,