X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=blobdiff_plain;f=src%2Fwindow.h;h=3db8ec865d49fc0ff34e04b9049dd423bb2a9df8;hp=1eebed0469e7e15d6200a35b72890152d645a060;hb=6dc42c0e7292d6d94de640ddd7de3ee5c808e9c2;hpb=4047a2dc058e7e54e4ff95311fb556ae8eeeedb9 diff --git a/src/window.h b/src/window.h index 1eebed0..3db8ec8 100644 --- a/src/window.h +++ b/src/window.h @@ -24,6 +24,7 @@ public: ~Window(); const Rect &get_rect() const; + const Rect &get_absolute_rect() const; bool contains_point(int ptr_x, int ptr_y); void move(int x, int y);