summaryrefslogtreecommitdiff
path: root/src/user/include/cxx/raleigh/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/cxx/raleigh/widget.h')
-rw-r--r--src/user/include/cxx/raleigh/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/include/cxx/raleigh/widget.h b/src/user/include/cxx/raleigh/widget.h
index d499ed4..b53718a 100644
--- a/src/user/include/cxx/raleigh/widget.h
+++ b/src/user/include/cxx/raleigh/widget.h
@@ -16,6 +16,7 @@ namespace raleigh {
widget *parent;//set to zero when root widget
window *w;
coord window_offset;
+ bool next_paint_full;
//derived classes should not set this outside of the initializer
//instead, they should call widget::set_size(coord)