CVS Update: xc (branch: CYGWIN)

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Sat Apr 10 09:18:29 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	harold at pdx.	04/04/09 23:18:29

Log message:
  Make most functions static that can be static.  Remove declarations for functions used in only one place from win.h and put them in that single file.  Stop using WS_EX_TOPMOST for fullscreen windows.  Stop manually minimizing and restoring our window when using the ShadowGDI engine in fullscreen mode.  (Harold L Hunt II)

Modified files:
      xc/programs/Xserver/hw/xwin/:	Tag: CYGWIN
        InitOutput.c win.h wincmap.c wincreatewnd.c wingc.c 
        winkeybd.c winmouse.c winnativegdi.c winpfbdd.c 
        winpixmap.c winprocarg.c winrandr.c winscrinit.c 
        winshaddd.c winshadddnl.c winshadgdi.c winvalargs.c 
  
  Revision      Changes    Path
  1.1.4.1.2.32  +3 -0      xc/programs/Xserver/hw/xwin/InitOutput.c
  1.1.4.1.2.28  +2 -306    xc/programs/Xserver/hw/xwin/win.h
  1.1.6.5       +63 -12    xc/programs/Xserver/hw/xwin/wincmap.c
  1.1.4.1.2.10  +1 -1      xc/programs/Xserver/hw/xwin/wincreatewnd.c
  1.1.4.1.2.5   +48 -8     xc/programs/Xserver/hw/xwin/wingc.c
  1.1.4.1.2.8   +20 -4     xc/programs/Xserver/hw/xwin/winkeybd.c
  1.1.6.4       +10 -1     xc/programs/Xserver/hw/xwin/winmouse.c
  1.1.4.1.2.4   +75 -13    xc/programs/Xserver/hw/xwin/winnativegdi.c
  1.1.4.1.2.6   +32 -8     xc/programs/Xserver/hw/xwin/winpfbdd.c
  1.1.4.1.2.3   +22 -3     xc/programs/Xserver/hw/xwin/winpixmap.c
  1.1.2.15      +3 -0      xc/programs/Xserver/hw/xwin/Attic/winprocarg.c
  1.1.2.2       +19 -2     xc/programs/Xserver/hw/xwin/Attic/winrandr.c
  1.1.4.1.2.16  +9 -7      xc/programs/Xserver/hw/xwin/winscrinit.c
  1.1.4.1.2.10  +74 -15    xc/programs/Xserver/hw/xwin/winshaddd.c
  1.1.4.1.2.8   +74 -15    xc/programs/Xserver/hw/xwin/winshadddnl.c
  1.1.4.1.2.13  +64 -24    xc/programs/Xserver/hw/xwin/winshadgdi.c
  1.1.2.3       +8 -0      xc/programs/Xserver/hw/xwin/Attic/winvalargs.c





More information about the xorg-commit mailing list