CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]      02/10/14 11:01:43

Log message:
  Add refresh rates to RandR (v1.1)

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/include/extensions/:
        randr.h randrproto.h 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86RandR.c 
      xc/doc/specs/Randr/:
        protocol.txt 
      xc/lib/Xrandr/:
        Xrandr.c Xrandr.h Xrandrint.h 
      xc/programs/Xserver/hw/kdrive/:
        kdrive.h kmode.c 
      xc/programs/Xserver/hw/kdrive/fbdev/:
        fbdev.c 
      xc/programs/Xserver/hw/kdrive/ipaq/:
        ipaq.c 
      xc/programs/Xserver/hw/kdrive/mach64/:
        mach64.c 
      xc/programs/Xserver/hw/kdrive/pcmcia/:
        Imakefile pcmcia.c pcmcia.h 
      xc/programs/Xserver/hw/kdrive/vesa/:
        vesa.c 
      xc/programs/Xserver/randr/:
        mirandr.c randr.c randrstr.h 
      xc/programs/xrandr/:
        xrandr.c 
  
  Revision      Changes    Path
  3.2340        +2 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.6           +3 -1      xc/include/extensions/randr.h
  1.8           +18 -3     xc/include/extensions/randrproto.h
  1.2           +16 -2     xc/programs/Xserver/hw/xfree86/common/xf86RandR.c
  1.2           +41 -17    xc/doc/specs/Randr/protocol.txt
  1.8           +177 -58   xc/lib/Xrandr/Xrandr.c
  1.11          +14 -0     xc/lib/Xrandr/Xrandr.h
  1.4           +4 -0      xc/lib/Xrandr/Xrandrint.h
  1.26          +15 -1     xc/programs/Xserver/hw/kdrive/kdrive.h
  1.7           +65 -5     xc/programs/Xserver/hw/kdrive/kmode.c
  1.31          +2 -1      xc/programs/Xserver/hw/kdrive/fbdev/fbdev.c
  1.4           +0 -23     xc/programs/Xserver/hw/kdrive/ipaq/ipaq.c
  1.10          +1 -0      xc/programs/Xserver/hw/kdrive/mach64/mach64.c
  1.2           +2 -2      xc/programs/Xserver/hw/kdrive/pcmcia/Imakefile
  1.6           +318 -373  xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.c
  1.3           +6 -2      xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.h
  1.21          +2 -1      xc/programs/Xserver/hw/kdrive/vesa/vesa.c
  1.7           +2 -1      xc/programs/Xserver/randr/mirandr.c
  1.16          +300 -76   xc/programs/Xserver/randr/randr.c
  1.7           +22 -6     xc/programs/Xserver/randr/randrstr.h
  1.11          +41 -7     xc/programs/xrandr/xrandr.c

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

Reply via email to