CVS Update: xc (branch: CYGWIN)

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Tue Mar 30 03:31:29 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	harold at pdx.	04/03/29 16:31:29

Log message:
  Put in place a framework for RANDR support on Cygwin.  Be sure to 'cd xc/lib && make Makefile && make Makefiles && cd Xrandr && make' then 'cd xc/programs/Xserver && make Makefile && make Makefiles && cd dix && make clean && make && cd ../randr && make && cd ../hw/xwin && make clean && make'.  We don't actually do resizes yet, but the function we need to do so (RRSetScreenConfig) exists now and we just have to do the Cygwin/X-specific part.

Modified files:
      xc/config/cf/:	Tag: CYGWIN
        cygwin.cf 
      xc/programs/Xserver/randr/:	Tag: CYGWIN
        randr.c randrstr.h 
      xc/programs/Xserver/hw/xwin/:	Tag: CYGWIN
        Imakefile win.h winscrinit.c 
Added files:
      xc/programs/Xserver/hw/xwin/:	Tag: CYGWIN
        winrandr.c 
Removed files:
      xc/programs/Xserver/hw/xwin/:	Tag: CYGWIN
        winlayer.c 
  
  Revision      Changes    Path
  1.1.4.1.2.26  +2 -10     xc/config/cf/cygwin.cf
  1.1.4.1.2.2   +104 -1    xc/programs/Xserver/randr/randr.c
  1.1.6.2       +7 -1      xc/programs/Xserver/randr/randrstr.h
  1.1.4.1.2.13  +13 -13    xc/programs/Xserver/hw/xwin/Imakefile
  1.1.4.1.2.26  +19 -38    xc/programs/Xserver/hw/xwin/win.h
  1.1.4.1.2.15  +2 -39     xc/programs/Xserver/hw/xwin/winscrinit.c





More information about the xorg-commit mailing list