[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi,

Xdbeproto.h was renamed to dbeproto.h.

xserver/dbe/dbestruct.h master still includes Xdbeproto.h but dbe will not
compile, for me, if changed to include dbeproto.h instead?

Thanks,
Colin


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Circular build dep (was: Re: [ANNOUNCE] libXext 1.0.99.2)

2009-07-17 Thread Colin Guthrie
Could be wrong here, but I think there is a bit of a circular build dep 
here


I'm trying to update the system to the latest versions including latest 
xi2 stuff (proto and lib).

So the protos are all updated and installed fine, but then I have to 
build libxi.

Configure bails out of that saying:

checking for XI... configure: error: Package requirements (xproto = 
7.0.13 x11 = 1.2.99.1 xextproto = 7.0.3 xext = 1.0.99.1 inputproto = 
1.9.99.13) were not met:

Requested 'x11 = 1.2.99.1' but version of X11 is 1.2.2
Requested 'xext = 1.0.99.1' but version of Xext is 1.0.5


OK, so libx11 I've not tried yet, but libxext is primed and ready...

But building *that* fails with:
In file included from XTestExt1.c:71:
../include/X11/extensions/XTest.h:34:35: error: X11/extensions/XInput.h: 
No such file or directory
In file included from XTestExt1.c:71:
../include/X11/extensions/XTest.h:88: error: expected declaration 
specifiers or ‘...’ before ‘XDevice’
../include/X11/extensions/XTest.h:98: error: expected declaration 
specifiers or ‘...’ before ‘XDevice’
../include/X11/extensions/XTest.h:108: error: expected declaration 
specifiers or ‘...’ before ‘XDevice’
../include/X11/extensions/XTest.h:117: error: expected declaration 
specifiers or ‘...’ before ‘XDevice’
XTestExt1.c:138: warning: no previous prototype for ‘XTestFakeInput’
XTestExt1.c:232: warning: no previous prototype for ‘XTestGetInput’
XTestExt1.c:294: warning: no previous prototype for ‘XTestStopInput’
XTestExt1.c:348: warning: no previous prototype for ‘XTestReset’
XTestExt1.c:401: warning: no previous prototype for ‘XTestQueryInputSize’
XTestExt1.c:640: warning: no previous prototype for ‘XTestPressKey’
XTestExt1.c:672: warning: no previous prototype for ‘XTestPressButton’
XTestExt1.c:885: warning: no previous prototype for ‘XTestMovePointer’
XTestExt1.c:1296: warning: no previous prototype for ‘XTestFlush’
make[2]: *** [XTestExt1.lo] Error 1



So the header X11/extensions/XInput.h is now missing. This used to be 
provided by inputproto I believe but is not shipped in libxi (is that 
correct?)

So libxi needs libext to build and libext needs libxi to build :s


Now I could get the build to work by not upgrading to xinput2 stuff at 
the same time pushing everything out and then upgrading it later, but 
this is probably a generic problem that needs resolved more thoroughly 
as this type of bootstrapping is not really desirable.

Please correct me if I'm being a doofus.

Col
-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Circular build dep

2009-07-17 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 17/07/09 08:49 did gyre and gimble:
 So the header X11/extensions/XInput.h is now missing. This used to be 
 provided by inputproto I believe but is not shipped in libxi (is that 
 correct?)

Gah: s/not shipped/now shipped/

My favourite and most misleading typo :s

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xextproto 7.0.99.1

2009-07-17 Thread Colin Harrison
Hi,

No problem, just spotted

http://lists.x.org/archives/xorg-devel/2009-July/001437.html

and that fixed the problem for me.

Thanks
Colin

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Errors while compiling xserver 1.5.3

2009-07-17 Thread Vandana Vuthoo
Hi all.
I get the following errors while compiling X server 1.5.3, Mesa here is
v7.1.
Please help.
xdriswrast.Tpo -c glxdriswrast.c  -fPIC -DPIC -o .libs/glxdriswrast.o
In file included from glxdriswrast.c:49:
glxdricommon.h:32: error: expected ':', ',', ';', '}' or '__attribute__'
before '*' token
glxdricommon.h:36: warning: type defaults to 'int' in declaration of
'__DRIcoreExtension'
glxdricommon.h:36: error: expected ';', ',' or ')' before '*' token
glxdricommon.h:38: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'systemTimeExtension'
glxdriswrast.c:67: error: expected ':', ',', ';', '}' or '__attribute__'
before '*' token
glxdriswrast.c: In function '__glXDRIdrawableDestroy':
glxdriswrast.c:92: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:92: error: 'core' undeclared (first use in this function)
glxdriswrast.c:92: error: (Each undeclared identifier is reported only once
glxdriswrast.c:92: error: for each function it appears in.)
glxdriswrast.c:92: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIdrawableSwapBuffers':
glxdriswrast.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:116: error: 'core' undeclared (first use in this function)
glxdriswrast.c:116: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIdrawableCopySubBuffer':
glxdriswrast.c:128: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:128: error: 'copySubBuffer' undeclared (first use in this
function)
glxdriswrast.c:129: error: '__GLXDRIscreen' has no member named
'copySubBuffer'
glxdriswrast.c: In function '__glXDRIcontextDestroy':
glxdriswrast.c:141: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIcontextMakeCurrent':
glxdriswrast.c:154: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIcontextLoseCurrent':
glxdriswrast.c:165: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIcontextCopy':
glxdriswrast.c:176: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIcontextForceCurrent':
glxdriswrast.c:188: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIscreenDestroy':
glxdriswrast.c:253: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIscreenCreateContext':
glxdriswrast.c:270: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:270: error: 'core' undeclared (first use in this function)
glxdriswrast.c:270: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c:293: error: '__GLXDRIconfig' has no member named 'driConfig'
glxdriswrast.c: In function '__glXDRIscreenCreateDrawable':
glxdriswrast.c:347: error: '__GLXDRIscreen' has no member named 'swrast'
glxdriswrast.c:348: error: '__GLXDRIconfig' has no member named 'driConfig'
glxdriswrast.c: In function 'swrastPutImage':
glxdriswrast.c:378: error: '__DRI_SWRAST_IMAGE_OP_DRAW' undeclared (first
use in this function)
glxdriswrast.c:381: error: '__DRI_SWRAST_IMAGE_OP_CLEAR' undeclared (first
use in this function)
glxdriswrast.c:384: error: '__DRI_SWRAST_IMAGE_OP_SWAP' undeclared (first
use in this function)
glxdriswrast.c: At top level:
glxdriswrast.c:409: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'swrastLoaderExtension'
glxdriswrast.c:416: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c: In function 'initializeExtensions':
glxdriswrast.c:425: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:425: error: 'extensions' undeclared (first use in this
function)
glxdriswrast.c:428: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c: In function '__glXDRIscreenProbe':
glxdriswrast.c:458: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:458: error: 'extensions' undeclared (first use in this
function)
glxdriswrast.c:459: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
glxdriswrast.c:459: error: 'driConfigs' undeclared (first use in this
function)
glxdriswrast.c:483: error: '__DRI_DRIVER_EXTENSIONS' undeclared (first use
in this function)
glxdriswrast.c:491: error: '__DRI_CORE' undeclared (first use in this
function)
glxdriswrast.c:492: error: '__DRI_CORE_VERSION' undeclared (first use in
this function)
glxdriswrast.c:493: error: '__GLXDRIscreen' has no member named 'core'
glxdriswrast.c:493: error: expected ')' before '__DRIcoreExtension'
glxdriswrast.c:493: warning: type defaults to 'int' in declaration of 'type
name'
glxdriswrast.c:495: error: '__DRI_SWRAST' undeclared (first use in this
function)
glxdriswrast.c:496: error: '__DRI_SWRAST_VERSION' undeclared (first use in
this function)
glxdriswrast.c:497: error: '__GLXDRIscreen' has no 

Re: Problems while writing a Composite Manager with Damage, Render, XFixes and Composite

2009-07-17 Thread Barry Scott
Arnaud Fontaine wrote:
 Barry Scott barry.sc...@onelan.co.uk writes:
 

 Hi,

  There  are cases when  you get notify  about damage in  a drawable
  that has gone by the time you deal with the damage.

  Read the  Compiz sources to see how it  deals this these problems,
  thats what we ended up doing.

 Thanks  for  your reply.  Well,  once  a  DestroyNotify event  has  been
 received, I  guess I can assume  that the Damage object  has been freed,
 no?

   
Sorry I do not have the time at the moment to look at what we did. But 
as I said
we learned a huge amount from reading Compiz source.

Barry

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Problem starting X server on debian lenny

2009-07-17 Thread Imtiaz Ahmed
Hi,
I tried the intelgraphics driver version 2.7 but still the same error 
with no change at all, Even today i tried to install Ubuntu hardy 
desktop and it gives the error
(EE) intel(0): No valid modes.
EE) Screen(s) found, but none have a usable configuration

and stuck up.
I googled around and found many posts like this but almost all are 
related to laptops where there are 2 displays internal and external but 
this is  a Desktop  PC wiht Intel 965G video graphic on board.

Any help in this regard will be highly appreciated.

regards,

Imtiaz

Justin P. Mattock wrote:
 Julien Cristau wrote:
 On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote:

   
From looking at this:

 (II) intel(0): EDID for output VGA
 (II) intel(0): Output VGA disconnected
 (EE) intel(0): No valid modes.
 (II) UnloadModule: intel
 (II) UnloadModule: vgahw
 (II) Unloading /usr/lib/xorg/modules//libvgahw.so
 (II) UnloadModule: vbe
 (II) Unloading /usr/lib/xorg/modules//libvbe.so
 (II) UnloadModule: int10
 (II) Unloading /usr/lib/xorg/modules//libint10.so
 (EE) Screen(s) found, but none have a usable configuration.

 somehow the xserver is not recognizing the module
 from the kernel, do you have it loaded?
  

 No, this has nothing to do with kernel modules.  The driver just doesn't
 seem to detect any connected monitors.

 Cheers,
 Julien


 Sh^t I swear that said module
 (I need glasses!!)

 Justin P. Mattock

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


xserver-master from 17.7 build failed

2009-07-17 Thread Stephan Raue
i am try to build xserver master from git and i have follow error:

Making all in xfixes
   CCcursor.o
   CCregion.o
In file included from region.c:35:
../include/gcstruct.h:321: error: conflicting types for 'GC'
/home/stephan/projects/OpenELEC/build.OpenELEC.intel.i386.uClibc/toolchain/i686-linux-uclibc/sysroot/usr/include/X11/Xlib.h:233:
 
note: previous declaration of 'GC' was here
make[1]: *** [region.lo] Error 1
make: *** [all-recursive] Error 1

where is my problem or i can find patches?

Stephan

-- 
   ### OpenELEC.tv ###
The free and open Mediacenter Distribution 4 you
  http://www.openelec.tv

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Problem starting X server on debian lenny

2009-07-17 Thread Imtiaz Ahmed
There is line in logs that says
(II) intel(0): 2 display pipes available.
It this normal for a desktop PC?

imtiaz

Imtiaz Ahmed wrote:
 Hi,
 I tried the intelgraphics driver version 2.7 but still the same error 
 with no change at all, Even today i tried to install Ubuntu hardy 
 desktop and it gives the error
 (EE) intel(0): No valid modes.
 EE) Screen(s) found, but none have a usable configuration

 and stuck up.
 I googled around and found many posts like this but almost all are 
 related to laptops where there are 2 displays internal and external 
 but this is  a Desktop  PC wiht Intel 965G video graphic on board.

 Any help in this regard will be highly appreciated.

 regards,

 Imtiaz

 Justin P. Mattock wrote:
 Julien Cristau wrote:
 On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote:

  
From looking at this:

 (II) intel(0): EDID for output VGA
 (II) intel(0): Output VGA disconnected
 (EE) intel(0): No valid modes.
 (II) UnloadModule: intel
 (II) UnloadModule: vgahw
 (II) Unloading /usr/lib/xorg/modules//libvgahw.so
 (II) UnloadModule: vbe
 (II) Unloading /usr/lib/xorg/modules//libvbe.so
 (II) UnloadModule: int10
 (II) Unloading /usr/lib/xorg/modules//libint10.so
 (EE) Screen(s) found, but none have a usable configuration.

 somehow the xserver is not recognizing the module
 from the kernel, do you have it loaded?
  

 No, this has nothing to do with kernel modules.  The driver just 
 doesn't
 seem to detect any connected monitors.

 Cheers,
 Julien


 Sh^t I swear that said module
 (I need glasses!!)

 Justin P. Mattock



___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Problem starting X server on debian lenny

2009-07-17 Thread Justin P. Mattock
Imtiaz Ahmed wrote:
 Hi,
 I tried the intelgraphics driver version 2.7 but still the same error 
 with no change at all, Even today i tried to install Ubuntu hardy 
 desktop and it gives the error
 (EE) intel(0): No valid modes.
 EE) Screen(s) found, but none have a usable configuration

 and stuck up.
 I googled around and found many posts like this but almost all are 
 related to laptops where there are 2 displays internal and external 
 but this is  a Desktop  PC wiht Intel 965G video graphic on board.

 Any help in this regard will be highly appreciated.

 regards,

 Imtiaz

 Justin P. Mattock wrote:
 Julien Cristau wrote:
 On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote:

From looking at this:

 (II) intel(0): EDID for output VGA
 (II) intel(0): Output VGA disconnected
 (EE) intel(0): No valid modes.
 (II) UnloadModule: intel
 (II) UnloadModule: vgahw
 (II) Unloading /usr/lib/xorg/modules//libvgahw.so
 (II) UnloadModule: vbe
 (II) Unloading /usr/lib/xorg/modules//libvbe.so
 (II) UnloadModule: int10
 (II) Unloading /usr/lib/xorg/modules//libint10.so
 (EE) Screen(s) found, but none have a usable configuration.

 somehow the xserver is not recognizing the module
 from the kernel, do you have it loaded?

 No, this has nothing to do with kernel modules.  The driver just 
 doesn't
 seem to detect any connected monitors.

 Cheers,
 Julien

 Sh^t I swear that said module
 (I need glasses!!)

 Justin P. Mattock


Seems this has been an earlier issue as well:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/269765
even though it's ubuntu, might give some useful info.

I have a machine that has an intel gpu, but it might take some time
to get up and running to see if I hit this as well.

Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


applewm.c:42:34: error: HIServices/Processes.h: No such file or directory

2009-07-17 Thread Justin Mattock
Not sure if this is relevant but when compiling
libAppleWM on a linux machine I receive this error:

applewm.c:42:34: error: HIServices/Processes.h: No such file or directory
applewm.c: In function 'XAppleWMSendPSN':
applewm.c:355: error: 'ProcessSerialNumber' undeclared (first use in
this function)
applewm.c:355: error: (Each undeclared identifier is reported only once
applewm.c:355: error: for each function it appears in.)
applewm.c:355: error: expected ';' before 'psn'
applewm.c:356: error: 'OSErr' undeclared (first use in this function)
applewm.c:356: error: expected ';' before 'err'
applewm.c:362: error: 'err' undeclared (first use in this function)
applewm.c:362: warning: implicit declaration of function 'GetCurrentProcess'
applewm.c:362: warning: nested extern declaration of 'GetCurrentProcess'
applewm.c:362: error: 'psn' undeclared (first use in this function)
applewm.c:364: error: 'noErr' undeclared (first use in this function)
make[2]: *** [libAppleWM_la-applewm.lo] Error 1

Should I even bother with this lib, or should
I add some header to compile this lib in?

-- 
Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while it should have been (nil).

2009-07-17 Thread Justin Mattock
after compiling the xserver from git(all proto/libs)
I see this in Xorg.0.log:

(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) acceleration profile 0
(--) Synaptics Touchpad: touchpad found
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).
EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while
it should have been (nil).

continues for  a while
seems the system is real slow as well(ati input module)

-- 
Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Circular build dep (was: Re: [ANNOUNCE] libXext 1.0.99.2)

2009-07-17 Thread Peter Hutterer
On Fri, Jul 17, 2009 at 08:49:16AM +0100, Colin Guthrie wrote:
 Could be wrong here, but I think there is a bit of a circular build dep 
 here
 
 
 I'm trying to update the system to the latest versions including latest 
 xi2 stuff (proto and lib).
 
 So the protos are all updated and installed fine, but then I have to 
 build libxi.
 
 Configure bails out of that saying:
 
 checking for XI... configure: error: Package requirements (xproto = 
 7.0.13 x11 = 1.2.99.1 xextproto = 7.0.3 xext = 1.0.99.1 inputproto = 
 1.9.99.13) were not met:
 
 Requested 'x11 = 1.2.99.1' but version of X11 is 1.2.2
 Requested 'xext = 1.0.99.1' but version of Xext is 1.0.5
 
 
 OK, so libx11 I've not tried yet, but libxext is primed and ready...
 
 But building *that* fails with:
 In file included from XTestExt1.c:71:
 ../include/X11/extensions/XTest.h:34:35: error: X11/extensions/XInput.h: 
 No such file or directory
 In file included from XTestExt1.c:71:
 ../include/X11/extensions/XTest.h:88: error: expected declaration 
 specifiers or ‘...’ before ‘XDevice’
 ../include/X11/extensions/XTest.h:98: error: expected declaration 
 specifiers or ‘...’ before ‘XDevice’
 ../include/X11/extensions/XTest.h:108: error: expected declaration 
 specifiers or ‘...’ before ‘XDevice’
 ../include/X11/extensions/XTest.h:117: error: expected declaration 
 specifiers or ‘...’ before ‘XDevice’
 XTestExt1.c:138: warning: no previous prototype for ‘XTestFakeInput’
 XTestExt1.c:232: warning: no previous prototype for ‘XTestGetInput’
 XTestExt1.c:294: warning: no previous prototype for ‘XTestStopInput’
 XTestExt1.c:348: warning: no previous prototype for ‘XTestReset’
 XTestExt1.c:401: warning: no previous prototype for ‘XTestQueryInputSize’
 XTestExt1.c:640: warning: no previous prototype for ‘XTestPressKey’
 XTestExt1.c:672: warning: no previous prototype for ‘XTestPressButton’
 XTestExt1.c:885: warning: no previous prototype for ‘XTestMovePointer’
 XTestExt1.c:1296: warning: no previous prototype for ‘XTestFlush’
 make[2]: *** [XTestExt1.lo] Error 1
 
 
 
 So the header X11/extensions/XInput.h is now missing. This used to be 
 provided by inputproto I believe but is not shipped in libxi (is that 
 correct?)
 
 So libxi needs libext to build and libext needs libxi to build :s
 
 
 Now I could get the build to work by not upgrading to xinput2 stuff at 
 the same time pushing everything out and then upgrading it later, but 
 this is probably a generic problem that needs resolved more thoroughly 
 as this type of bootstrapping is not really desirable.
 
 Please correct me if I'm being a doofus.

sounds correct. not sure about the solution yet, there's the libXtst library
- maybe we can move the XTest stuff into libXtst. Haven't looked at it in
detail though, will do Monday.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg