diff --git a/visualboyadvance-m-2.0.0-refresh-on-wayland.patch b/visualboyadvance-m-2.0.0-refresh-on-wayland.patch index 6744d82..0f35fa3 100644 --- a/visualboyadvance-m-2.0.0-refresh-on-wayland.patch +++ b/visualboyadvance-m-2.0.0-refresh-on-wayland.patch @@ -1,6 +1,6 @@ --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp -@@ -1402,6 +1402,10 @@ void DrawingPanelBase::PaintEv(wxPaintEvent& ev) +@@ -1427,6 +1427,10 @@ void DrawingPanel::PaintEv(wxPaintEvent& ev) DrawArea(dc); DrawOSD(dc); @@ -10,4 +10,4 @@ +#endif } - void DrawingPanelBase::EraseBackground(wxEraseEvent& ev) + void DrawingPanel::EraseBackground(wxEraseEvent& ev)