summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-03-11 18:58:55 +0000
committerManolo Gouy <Manolo>2012-03-11 18:58:55 +0000
commitc9303f2c8355705c43e2ef6acb90667f761be5f5 (patch)
tree3d2f1f170ce0fbd26f391570d0b153195cc7563c /src
parentde254a0070a337a3938d5b9b49f848535f6febba (diff)
Added needed initialization in Fl_Graphics_Driver constructor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 6049c16ff..db8243cdc 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -48,6 +48,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() {
font_ = 0;
size_ = 0;
sptr=0; rstackptr=0;
+ rstack[0] = NULL;
fl_clip_state_number=0;
m = m0;
fl_matrix = &m;