From 1df79078b7992010f8cde6b8915408ac9f6305a2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:58:48 +0200 Subject: Remove duplications between Fl_Graphics_Driver and derived classes. --- src/Fl_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Graphics_Driver.cxx') 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 */ -- cgit v1.2.3