update tutorial to the new api. Add some doc about cursors. Add some colors to section 6 (Opening and closing the connection to an X server). Tell me if you want to keep colors or not (colors can be modified in xcb.css)

This commit is contained in:
TORRI Vincent 2006-09-30 12:45:12 +02:00
parent 15993fccd0
commit 408e745386
2 changed files with 1253 additions and 1183 deletions

File diff suppressed because it is too large Load Diff

View File

@ -101,3 +101,23 @@ span.code
font-family: monospace;
font-size: 12px;
}
pre.code type
{
color: #44bb44;
}
pre.code function
{
color: #449fb7;
}
pre.code include
{
color: #7d93ae;
}
pre.code string
{
color: #ef6e4b;
}
pre.code keyword
{
color: #00bbbb;
}