X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/738f9e5a12b8bb3936cc10347be98390602d3660..8ea3f821b7efe6a1a0b9f5119274d4aac8d5f8cb:/include/wx/gtk1/region.h?ds=sidebyside diff --git a/include/wx/gtk1/region.h b/include/wx/gtk1/region.h index ac93125bd3..0a88482937 100644 --- a/include/wx/gtk1/region.h +++ b/include/wx/gtk1/region.h @@ -116,12 +116,12 @@ public: void operator ++ (); void operator ++ (int); - long GetX() const; - long GetY() const; - long GetW() const; - long GetWidth() const { return GetW(); } - long GetH() const; - long GetHeight() const { return GetH(); } + wxCoord GetX() const; + wxCoord GetY() const; + wxCoord GetW() const; + wxCoord GetWidth() const { return GetW(); } + wxCoord GetH() const; + wxCoord GetHeight() const { return GetH(); } wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); } private: