CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/04/03 08:16:02

Log message:
    34. Add a new request to the XF86Misc extension that allows a client
        to send an arbitrary message to the DDX, which in turn can send the
        message to the driver.  The driver may also send a string back.
        An example of this is implemented for the radeon driver (#5518,
        Joe Moss).

Modified files:
      xc/include/extensions/:
        xf86misc.h xf86mscstr.h 
      xc/lib/Xxf86misc/:
        XF86Misc.c 
      xc/programs/Xserver/Xext/:
        xf86misc.c xf86miscproc.h 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG xf86Date.h 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86MiscExt.c xf86str.h 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon_driver.c radeon_probe.c radeon_probe.h 
      xc/programs/Xserver/hw/xfree86/loader/:
        xf86sym.c 
  
  Revision      Changes    Path
  3.17          +10 -1     xc/include/extensions/xf86misc.h
  3.13          +28 -2     xc/include/extensions/xf86mscstr.h
  3.13          +51 -1     xc/lib/Xxf86misc/XF86Misc.c
  3.38          +71 -1     xc/programs/Xserver/Xext/xf86misc.c
  1.6           +3 -1      xc/programs/Xserver/Xext/xf86miscproc.h
  3.2610        +8 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.7           +2 -2      xc/programs/Xserver/hw/xfree86/xf86Date.h
  1.13          +14 -1     xc/programs/Xserver/hw/xfree86/common/xf86MiscExt.c
  1.91          +4 -2      xc/programs/Xserver/hw/xfree86/common/xf86str.h
  1.92          +10 -1     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.25          +13 -9     xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
  1.9           +4 -1      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.231         +2 -1      xc/programs/Xserver/hw/xfree86/loader/xf86sym.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to