aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-07 07:28:35 +0200
committerkdx <kikoodx@paranoici.org>2023-04-07 07:28:35 +0200
commitd3186f3ec74df8b1e9bd9a8d2d0a5e10dde34568 (patch)
tree0dc167a0fac87c8825aac5dc32be10c8c869fe50 /headers
parentd0cfe92ee80536be34bfaf2ce99dedcca87088d7 (diff)
downloadtzr-d3186f3ec74df8b1e9bd9a8d2d0a5e10dde34568.tar.gz
optional png support
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR.h1
-rw-r--r--headers/TZR_types.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR.h b/headers/TZR.h
index 730f74c..ebb6d0a 100644
--- a/headers/TZR.h
+++ b/headers/TZR.h
@@ -17,6 +17,7 @@
.pixel_perfect=true, \
.show_cursor=false, \
.mixer=true, \
+ .png_loading=true, \
.title="TZR", \
._=0, __VA_ARGS__ })
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index 044e30e..f3535e8 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -48,6 +48,7 @@ struct TZR_Config {
bool pixel_perfect;
bool show_cursor;
bool mixer;
+ bool png_loading;
const char *title;
};