Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-25
1999-11-25 11:32:07 by Jonas Wallden <jonasw@roxen.com>
4c6df9e52885d17652da38479cae41b6f56aa864 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
New-style GIF encoding used for color selector.
Rev: server/base_server/configuration.pike:1.233
3:
* (C) 1996, 1999 Idonex AB. */
-
constant cvs_version = "$Id: configuration.pike,v 1.
232
1999/11/
24
19
:
10
:
52
per
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
233
1999/11/
25
11
:
32
:
07
jonasw
Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
966:
where = 255-where; bar->line(0,where,29,where, 255,255,255);
-
return
bar->togif
(
255,255,255
);
+
return
Image.GIF.encode(
bar);
}