diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-10 16:58:48 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-10-10 16:58:48 +0200 |
| commit | 1df79078b7992010f8cde6b8915408ac9f6305a2 (patch) | |
| tree | 475ad4212a4523689659c70151b8ec169251328d /src/Fl_Graphics_Driver.cxx | |
| parent | e4709b837dbc0670f61ae18f34fef3cacae8aafa (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.cxx | 1 |
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 */ |
