git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8284 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 // get display info
 // ----------------------------------------------------------------------------
 
 // get display info
 // ----------------------------------------------------------------------------
 
+// See also the wxGetMousePosition in window.cpp
+// Deprecated: use wxPoint wxGetMousePosition() instead
 void wxGetMousePosition( int* x, int* y )
 {
     POINT pt;
 void wxGetMousePosition( int* x, int* y )
 {
     POINT pt;