This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/w32api ChangeLog include/winable.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	papadopo@sourceware.org	2003-09-26 14:46:34

Modified files:
	winsup/w32api  : ChangeLog 
	winsup/w32api/include: winable.h winuser.h 
	winsup/w32api/lib: user32.def 

Log message:
	* include/winable.h (BlockInput): Add function.
	
	* include/winable.h (WS_ACTIVECAPTION): Add constant.
	For use with WINDOWINFO structure.
	
	* include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
	Add function.
	
	* include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
	Add function.
	
	* include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
	Add function...
	
	* include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
	...and duplicate.
	
	* include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
	Guard function...
	
	* include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
	...and duplicate.
	
	* include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
	Guard function...
	
	* include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
	...and duplicate.
	
	* include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
	HARDWAREINPUT, INPUT): Guard structures...
	
	* include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
	HARDWAREINPUT, INPUT): ...and duplicate.
	
	* include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
	INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
	
	* include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
	INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
	
	* include/winuser.h: Move around some lines. Reformat according
	to recommended or dominant style. Remove FAR keyword.
	
	* include/winable.h: Move around some lines.
	
	* lib/user32.def (BlockInput, IsWinEventHookInstalled,
	LockWorkStation, UnhookWinEvent): Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.465&r2=1.466
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winable.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=src&r1=1.19&r2=1.20


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]