diff dynamin/c/windows.d @ 75:d5928da5a1f0

Change from using GetCursorPos() to GetMessagePos() in a couple places.
author Jordan Miner <jminer7@gmail.com>
date Wed, 12 Aug 2009 05:44:50 -0500
parents c138461bf845
children e52546f41851
line wrap: on
line diff
--- a/dynamin/c/windows.d	Wed Aug 12 05:16:30 2009 -0500
+++ b/dynamin/c/windows.d	Wed Aug 12 05:44:50 2009 -0500
@@ -833,6 +833,8 @@
 HCURSOR SetCursor(HCURSOR hCursor);
 
 BOOL GetCursorPos(POINT* lpPoint);
+
+DWORD GetMessagePos();
 //}}}
 
 //{{{ keyboard functions