setup ChangeLog window.cc window.h

rbcollins@sources.redhat.com rbcollins@sources.redhat.com
Tue Nov 26 04:11:00 GMT 2002


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2002-11-26 04:11:36

Modified files:
	.              : ChangeLog window.cc window.h 

Log message:
	2002-11-25  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
	
	* window.h (Window::GetWindowRect): New method declaration.
	(Window::GetClientRect): Ditto.
	(Window::MoveWindow): Ditto.
	(Window::ScreenToClient): Ditto.
	* window.cc (REFLECTION_INFO): Remove.
	(ReflectionInfo): Remove.
	(Window::FirstWindowProcReflector): Use the WM_NCCREATE message instead
	of the horrid REFLECTION_INFO hack to hook the Window instance to the
	HWND instance.
	(Window::WindowProcReflector): Use GetWindowLongPtr() now that it's
	available.
	(Window::Create): Change to use new WM_NCCREATE reflection procedure
	above.
	(Window::GetWindowRect): New method.
	(Window::GetClientRect): New method.
	(Window::MoveWindow): New method.
	(Window::CenterWindow): Use new methods, also specify "::" for some non-
	member functions with the same names.
	(Window::ScreenToClient): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.302&r2=2.303
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/window.cc.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/window.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5



More information about the Cygwin-apps-cvs mailing list