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