mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Make Widget::screen_rect() const.
Because I can.
This commit is contained in:
parent
ab73d6155e
commit
dc2944d5e9
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
|
||||
Point screen_pos();
|
||||
Size size() const;
|
||||
Rect screen_rect();
|
||||
Rect screen_rect() const;
|
||||
virtual void set_parent_rect(const Rect new_parent_rect);
|
||||
|
||||
Widget* parent() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue