summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-10 16:58:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-10 16:58:48 +0200
commit1df79078b7992010f8cde6b8915408ac9f6305a2 (patch)
tree475ad4212a4523689659c70151b8ec169251328d /src/Fl_Graphics_Driver.cxx
parente4709b837dbc0670f61ae18f34fef3cacae8aafa (diff)
Remove duplications between Fl_Graphics_Driver and derived classes.
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
-rw-r--r--src/Fl_Graphics_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx
index 3bec7c2fe..95f79ee22 100644
--- a/src/Fl_Graphics_Driver.cxx
+++ b/src/Fl_Graphics_Driver.cxx
@@ -55,6 +55,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver()
scale_ = 1;
p_size = 0;
xpoint = NULL;
+ what = NONE;
};
/** Destructor */