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