region: use position_type for x,y
This commit is contained in:
parent
76b51e04b2
commit
d23abfc727
@ -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>);
|
||||
|
Loading…
Reference in New Issue
Block a user