pike.git/
src/
modules/
Image/
colors.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-17
2001-09-17 19:06:21 by Martin Nilsson <mani@lysator.liu.se>
8c9163e26783d7abe49208e918d0e3afdd470c18 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Make a little more readable xml-source.
Rev: src/modules/Image/colors.c:1.56
1:
/* **! module Image **! note
-
**! $Id: colors.c,v 1.
55
2001/
07
/
30
13:
19:
35
nilsson Exp $
+
**! $Id: colors.c,v 1.
56
2001/
09
/
17
19:
06:21
nilsson Exp $
**! submodule Color **! **! This module keeps names and easy handling
147:
**! } **! **! write(illustration(i,(["alpha":a])));
-
**! write(mktag("br"));
+
**! write(mktag("br")
+"\n"
);
**! } **! **! void main()
188:
#include "global.h"
-
RCSID("$Id: colors.c,v 1.
55
2001/
07
/
30
13:
19:
35
nilsson Exp $");
+
RCSID("$Id: colors.c,v 1.
56
2001/
09
/
17
19:
06:21
nilsson Exp $");
#include "image_machine.h"