xserver-multidpi/Xext
Peter Hutterer 5e43910929 Add GenericEvent extension to Xext.
This adds (unconditional) support for the GE extension. Anything from now on
that sends events in MPX will have to use the GE extension. No GE, no MPX
events. GE is not actually used yet from anywhere with this commit.

You will need to update x11proto, xextproto, libX11, libXext and xcb to the
matching xge branches. Things will _NOT_ work without the updated protocol
headers and libraries.
2007-04-30 12:57:42 +09:30
..
appgroup.c Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
appgroup.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
bigreq.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
cup.c Naming change: Security*Access -> Dix*Access 2006-12-14 14:45:42 -05:00
dpms.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
dpmsproc.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
dpmsstubs.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
EVI.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
EVIstruct.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
fontcache.c Fix #include paths for fontcacheproto headers. 2006-09-06 13:18:02 +02:00
geext.c Add GenericEvent extension to Xext. 2007-04-30 12:57:42 +09:30
geext.h Add GenericEvent extension to Xext. 2007-04-30 12:57:42 +09:30
geint.h Add GenericEvent extension to Xext. 2007-04-30 12:57:42 +09:30
Makefile.am Add GenericEvent extension to Xext. 2007-04-30 12:57:42 +09:30
mbuf.c Convert callers of LookupDrawable() to dixLookupDrawable(). 2006-12-15 16:36:29 -05:00
mbufbf.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
mbufpx.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
mitmisc.c remove optional R3 backwards compatibility 2006-08-07 23:43:40 +03:00
panoramiX.c Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
panoramiX.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
panoramiXh.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
panoramiXprocs.c Convert callers of SecurityLookupWindow() to dixLookupWindow(). 2006-12-15 15:50:46 -05:00
panoramiXsrv.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
panoramiXSwap.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sampleEVI.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
saver.c Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
security.c Merge branch 'master' into mpx 2007-04-02 15:36:26 +09:30
SecurityPolicy R6.6 is the Xorg base-line 2003-11-14 15:54:54 +00:00
securitysrv.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
shape.c Convert callers of SecurityLookupWindow() to dixLookupWindow(). 2006-12-15 15:50:46 -05:00
shm.c remove PIXPRIV checks as this flag is always set. 2007-03-06 17:05:03 -05:00
shmint.h Merge from xserver a header for shm's server internal functions, which are 2005-12-28 10:37:17 +00:00
sleepuntil.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sleepuntil.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sync.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xace.c Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
xace.h Static and dead code cleaup for Xext/ 2007-03-25 17:57:22 -04:00
xacestr.h Add four new XACE hooks: auditing, key event notification, window init 2006-08-25 18:17:01 -04:00
xcalibrate.c Re-add support for tslib (1.0 release) and Xcalibrate extension. 2006-08-29 22:07:15 +01:00
xcmisc.c CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory Corruption 2007-04-03 15:47:18 +02:00
xevie.c Enable event delivery for multiple heads. 2007-04-26 15:58:50 +09:30
xf86bigfont.c Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC. 2006-12-14 18:27:09 -05:00
xprint.c Convert callers of LookupDrawable() to dixLookupDrawable(). 2006-12-15 16:36:29 -05:00
xres.c Improve XRes to; 2006-07-31 17:32:05 +01:00
xtest.c Enable event delivery for multiple heads. 2007-04-26 15:58:50 +09:30
xvdisp.c Convert callers of LookupWindow() to dixLookupWindow(). 2006-12-15 14:19:54 -05:00
xvdisp.h Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
xvdix.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xvmain.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xvmc.c Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xvmcext.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00