deps: update wlroots

This commit is contained in:
Vaxry 2023-10-25 00:27:16 +01:00
parent 03771d3aa9
commit df00727310
7 changed files with 5 additions and 10 deletions

View file

@ -251,7 +251,7 @@ void Events::listener_monitorCommit(void* owner, void* data) {
const auto E = (wlr_output_event_commit*)data;
if (E->committed & WLR_OUTPUT_STATE_BUFFER) {
if (E->state->committed & WLR_OUTPUT_STATE_BUFFER) {
g_pProtocolManager->m_pScreencopyProtocolManager->onOutputCommit(PMONITOR, E);
g_pProtocolManager->m_pToplevelExportProtocolManager->onOutputCommit(PMONITOR, E);
}