get dirty
[winnie] / src / window.cc
index 21ff70f..59302d4 100644 (file)
@@ -143,6 +143,11 @@ bool Window::get_focusable() const
        return focusable;
 }
 
+bool Window::get_dirty() const
+{
+       return dirty;
+}
+
 void Window::set_display_callback(DisplayFuncType func)
 {
        callbacks.display = func;