Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
13
1996/12/03
00
:
51
:
46
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
14
1996/12/03
01
:
04
:
39
per Exp $";
inherit "roxenlib"; inherit "config/draw_things"; #include <confignode.h> #include <module.h> #define dR "00" #define dG "20" #define dB "ff"
Roxen.git/server/base_server/mainconfig.pike:873:
int nunfolded(object o) { int i; if(o = o->down) do { i+=!o->folded; } while(o=o->next); return i; }
-
object module_font = Font()->load("
fonts
/
32
/
configuration_
font");
+
object module_font = Font()->load("
base_server
/
config
/font");
object button_font = module_font; mapping auto_image(string in, object id) { string key, value; array trans = ({ (int)("0x"+dR),(int)("0x"+dG),(int)("0x"+dB) }); mapping r; mixed e; object i;