added resizing to osx window

This commit is contained in:
Omar Mohamed Ali Mudhir
2017-01-25 09:15:22 +00:00
parent 9d6171c7d8
commit 2f042c3e95
7 changed files with 127 additions and 21 deletions

View File

@@ -178,7 +178,7 @@ public:
}
};
class Rect : public Shape
class RectShape : public Shape
{
bool create(float w, float h);
};