aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-04-16 02:48:01 +0000
committerrodri <rgl@antares-labs.eu>2024-04-16 02:48:01 +0000
commitb41192ebe4f5f0720cf7e4dc5ca1f6fc0131daf1 (patch)
treebbd3aaa1a6c6c1e11cda1294c48a9832b1e40361 /internal.h
parenta101d22599c9052ab242d68e12522732e710cc9e (diff)
downloadlibgraphics-b41192ebe4f5f0720cf7e4dc5ca1f6fc0131daf1.tar.gz
libgraphics-b41192ebe4f5f0720cf7e4dc5ca1f6fc0131daf1.tar.bz2
libgraphics-b41192ebe4f5f0720cf7e4dc5ca1f6fc0131daf1.zip
replace the Triangle with a general purpose Primitive.
this is only an structural replacement and doesn't add support for the other primitive types.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index edbec99..280d59b 100644
--- a/internal.h
+++ b/internal.h
@@ -5,7 +5,7 @@ struct Rastertask
{
SUparams *params;
Rectangle wr; /* working rect */
- Triangle t;
+ Primitive p;
};
struct Tilerparam