Lots of X fixes.
This commit is contained in:
parent
4af386f434
commit
161060a463
14 changed files with 237 additions and 31 deletions
|
|
@ -17,7 +17,6 @@ void
|
|||
memimagedraw(Memimage *dst, Rectangle r, Memimage *src, Point sp,
|
||||
Memimage *mask, Point mp, int op)
|
||||
{
|
||||
int drew;
|
||||
Memdrawparam *par;
|
||||
|
||||
if((par = _memimagedrawsetup(dst, r, src, sp, mask, mp, op)) == nil)
|
||||
|
|
@ -116,6 +115,7 @@ xdraw(Memdrawparam *par)
|
|||
}
|
||||
}else{
|
||||
/* this doesn't work on rob's mac? */
|
||||
return 0;
|
||||
gc = _x.gcsimplesrc;
|
||||
if(dst->chan == CMAP8 && _x.usetable)
|
||||
sdval = _x.tox11[sdval];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue