diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
| commit | 58be655de321369ceec5819a3516003a05ead575 (patch) | |
| tree | 0d698ccd1a8e0d23ff081662fe9ee6fd3f637e7a /render/render.h | |
| parent | 2abbf01125731caf99490eca58db6debce717947 (diff) | |
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index 56ec29f1..8a1eda12 100644 --- a/render/render.h +++ b/render/render.h @@ -166,6 +166,11 @@ RrColor *RrColorNew (const RrInstance *inst, gint r, gint g, gint b); RrColor *RrColorParse (const RrInstance *inst, gchar *colorname); void RrColorFree (RrColor *in); +gint RrColorRed (const RrColor *c); +gint RrColorGreen (const RrColor *c); +gint RrColorBlue (const RrColor *c); +gulong RrColorPixel (const RrColor *c); + RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); |
