commit 06216cc1af58e6a0f49806550b7a118645b06682
parent 78f0f27b0601472f3437d6f696aba2fd0e465a62
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 18 Oct 2018 10:54:17 +0200
Add macro definitions for rendering modes
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/ansilove.h b/include/ansilove.h
@@ -49,6 +49,11 @@
#define ANSILOVE_FONT_TOPAZ500 36
#define ANSILOVE_FONT_TOPAZ500_PLUS 37
+/* Rendering modes */
+#define ANSILOVE_MODE_CED 1
+#define ANSILOVE_MODE_TRANSPARENT 2
+#define ANSILOVE_MODE_WORKBENCH 3
+
struct ansilove_png {
unsigned char *buffer;
int length;