diff --git a/src/fe_present.cpp b/src/fe_present.cpp index 09206e33..1b9ee07f 100644 --- a/src/fe_present.cpp +++ b/src/fe_present.cpp @@ -1244,6 +1244,7 @@ void FePresent::redraw() tick(); m_window.clear(); + redraw_surfaces(); m_window.draw( *this, m_layout_transform ); m_window.display(); }