New config which has the keyboard 'gadget' on the indicator bar.

SVN revision: 44355
This commit is contained in:
Christopher Michael 2009-12-11 09:35:20 +00:00
parent 62c83dfff3
commit eb3f951f4b
1 changed files with 19 additions and 0 deletions

View File

@ -1703,6 +1703,25 @@ group "E_Config" struct {
value "resizable" uchar: 0;
}
}
group "clients" list {
group "E_Config_Gadcon_Client" struct {
value "name" string: "illume-keyboard";
value "id" string: "illume-keyboard.0";
value "geom.pos" int: 0;
value "geom.size" int: 32;
value "geom.res" int: 800;
value "geom.pos_x" double: 0.0000000000000000000000000;
value "geom.pos_y" double: 0.0000000000000000000000000;
value "geom.size_w" double: 0.0000000000000000000000000;
value "geom.size_h" double: 0.0000000000000000000000000;
value "state_info.seq" int: 5;
value "state_info.flags" int: 0;
value "style" string: "plain";
value "orient" int: 0;
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
}
}
}
group "shelves" list {