summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Device.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index 7a70a2071..6049c16ff 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -53,6 +53,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() {
fl_matrix = &m;
p = (XPOINT *)0;
font_descriptor_ = NULL;
+ p_size = 0;
};
void Fl_Graphics_Driver::text_extents(const char*t, int n, int& dx, int& dy, int& w, int& h)