On Thu, 2013-12-05 at 14:09 -0500, Adam Jackson wrote: > + rc = dixLookupWindow(&pDrawable, draw->info[i].id, client, > + DixGetAttrAccess | DixReadAccess); Apologies, just noticed that this introduces a warning. Pretend I wrote the obvious dixLookupDrawable thing here instead. - ajax