1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-12 00:09:02 +00:00

Added support for lines w/ pattern.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@5052 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
bergers
1999-01-10 05:42:55 +00:00
parent cc26f061fc
commit ef6243dd34
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
driver_SetAPen (rp, pen, GfxBase);
rp->FgPen = pen;
rp->linpatcnt = 0;
AROS_LIBFUNC_EXIT
} /* SetAPen */

View File

@ -52,6 +52,7 @@
/* Do it after the driver to allow it to inspect the previous value */
rp->BgPen = pen;
rp->linpatcnt = 0;
AROS_LIBFUNC_EXIT
} /* SetBPen */