region: use position_type for x,y

This commit is contained in:
Danny Robson 2015-01-22 14:58:42 +11:00
parent 76b51e04b2
commit d23abfc727

View File

@ -34,7 +34,7 @@ namespace util {
typedef T position_type;
typedef T size_type;
T x, y;
position_type x, y;
size_type w, h;
region (util::point<2,T>, util::extent<size_type>);