git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2685
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/*
The following STAY HERE until we have a working wxGTK again!!!
*/
/*
The following STAY HERE until we have a working wxGTK again!!!
*/
/// allows me to compare to wxPoints
bool operator ==(wxPoint const &p1, wxPoint const &p2)
{
/// allows me to compare to wxPoints
bool operator ==(wxPoint const &p1, wxPoint const &p2)
{
p1.y += p2.y;
return p1;
}
p1.y += p2.y;
return p1;
}
/// allows me to compare to wxPoints
bool operator>(wxPoint const &p1, wxPoint const &p2)
/// allows me to compare to wxPoints
bool operator>(wxPoint const &p1, wxPoint const &p2)