summaryrefslogtreecommitdiff
path: root/src/user/raleigh/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/raleigh/widget.cpp')
-rw-r--r--src/user/raleigh/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/raleigh/widget.cpp b/src/user/raleigh/widget.cpp
index df9c661..48a0496 100644
--- a/src/user/raleigh/widget.cpp
+++ b/src/user/raleigh/widget.cpp
@@ -4,7 +4,7 @@
namespace raleigh {
widget::widget()
- : parent(0), next_paint_full(true) {}
+ : parent(0), w(0), next_paint_full(true) {}
void widget::notify_window_change() {}
void widget::handle_click(coord window_coords, enum mouse_packet::mouse_button click_type, bool up) {}