Is there a defined xpixmap width limit?

2011-04-22 Thread Emmanuel Thomas-Maurin
hints. -- Emmanuel Thomas-Maurin manutm...@gmail.com #! /bin/bash gcc -o test test.c `pkg-config --cflags --libs gtk+-2.0` #! /bin/bash clear echo -n Press any key read key ./test 32767 1 echo -n Press any key read key ./test 32767 2 echo -n Press any key read key ./test 32767 4 echo -n Press

Re: Is there a defined xpixmap width limit?

2011-04-22 Thread Emmanuel Thomas-Maurin
regards, Michael Thanks Michael, that's what I was looking for. Maybe the results I got from the test come from some specific implementation that's not 100 % fully compliant with the protocol but that's really not that important anyways. Best regards, Manu -- Emmanuel Thomas-Maurin manutm

Re: Is there a defined xpixmap width limit?

2011-04-22 Thread Emmanuel Thomas-Maurin
On 04/22/2011 06:35 PM, Corbin Simpson wrote: On Fri, Apr 22, 2011 at 8:44 AM, Emmanuel Thomas-Maurin manutm...@gmail.com wrote: On 04/22/2011 04:48 PM, Michael Stapelberg wrote: Hi Emmanuel, Excerpts from Emmanuel Thomas-Maurin's message of 2011-04-22 14:31:04 +0200: I've been searching

Re: Is there a defined xpixmap width limit?

2011-04-22 Thread Emmanuel Thomas-Maurin
On 04/22/2011 06:39 PM, Marty Jack wrote: On 04/22/2011 11:44 AM, Emmanuel Thomas-Maurin wrote: On 04/22/2011 04:48 PM, Michael Stapelberg wrote: Hi Emmanuel, Excerpts from Emmanuel Thomas-Maurin's message of 2011-04-22 14:31:04 +0200: I've been searching for this for a while