Loading include/ui/Rect.h +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public: // because we want the compiler generated versions inline Rect() { left = right = top = bottom = 0; } inline Rect(int32_t w, int32_t h) { Loading Loading
include/ui/Rect.h +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ public: // because we want the compiler generated versions inline Rect() { left = right = top = bottom = 0; } inline Rect(int32_t w, int32_t h) { Loading