[Xcb] [SRM] proposed upload of libxcb to lenny
Peter Harris
git at peter.is-a-geek.org
Wed May 27 12:03:02 PDT 2009
On Wed, May 27, 2009 at 2:52 PM, Ian Osgood <iano at quirkster.com> wrote:
> On May 27, 2009, at 11:32 AM, Julien Cristau wrote:
>>
>> Proposed debdiff ...
>> --- libxcb-1.1.orig/src/xcbint.h
>> +++ libxcb-1.1/src/xcbint.h
>> @@ -72,7 +72,7 @@
>> pthread_cond_t cond;
>> int writing;
>>
>> - char queue[4096];
>> + char queue[16384];
>> int queue_len;
>>
>> unsigned int request;
>
> I'm surprised this is a raw literal. Shouldn't this be a symbol,
> possibly configurable?
You can already ./configure ---with-queue-size= in the current libxcb.
He's just proposing a backport for some distro or other. This patch is
not proposed for libxcb itself. It confused me for a while, too.
Peter Harris
More information about the Xcb
mailing list