From 037e3771b1a90f9f7f21b1591fc965a632c0e721 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sun, 10 Jun 2018 12:37:28 -0400 Subject: [PATCH] let's place these in the correct spot shall we? --- src/wx/panel.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 7dde331c..e0843061 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -2235,6 +2235,12 @@ void GLDrawingPanel::DrawArea(wxWindowDC& dc) DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height) : DrawingPanel(parent, _width, _height) +{ + // FIXME: implement + +} + +void DXDrawingPanel::DrawArea(wxWindowDC& dc) { // FIXME: implement if (!did_init) { @@ -2244,11 +2250,6 @@ DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height) if (todraw) { } } - -void DXDrawingPanel::DrawArea(wxWindowDC& dc) -{ - // FIXME: implement -} #endif #ifndef NO_FFMPEG