diff dynamin/c/windows.d @ 55:c138461bf845

Add focusing and other changes that are related like descendantAdded/Removed events, Window.activated event, and updating List. Window.state was also added, even though focusing does not depend on it.
author Jordan Miner <jminer7@gmail.com>
date Sat, 08 Aug 2009 15:42:27 -0500
parents d0ce1db78819
children d5928da5a1f0
line wrap: on
line diff
--- a/dynamin/c/windows.d	Sat Aug 08 15:31:24 2009 -0500
+++ b/dynamin/c/windows.d	Sat Aug 08 15:42:27 2009 -0500
@@ -271,6 +271,8 @@
 
 BOOL ScreenToClient(HWND hWnd, POINT* lpPoint);
 
+BOOL SetForegroundWindow(HWND hWnd);
+
 //{{{ messages
 enum {
 	WM_NULL                   = 0x0000,