Add support for user-level 9P servers/clients and various bug fixes to go with them.
This commit is contained in:
parent
ac244f8d28
commit
32f69c36e0
60 changed files with 965 additions and 485 deletions
|
|
@ -10,7 +10,7 @@ u32int
|
|||
pixelbits(Memimage *m, Point p)
|
||||
{
|
||||
if(m->X)
|
||||
xgetxdata(m, Rect(p.x, p.y, p.x+1, p.y+1));
|
||||
_xgetxdata(m, Rect(p.x, p.y, p.x+1, p.y+1));
|
||||
return _pixelbits(m, p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue