Skip to content

Commit

Permalink
toplevelexport: fix missed pmonitor set for opengl
Browse files Browse the repository at this point in the history
ref #4165
  • Loading branch information
vaxerski committed Dec 15, 2023
1 parent 4e5d9b9 commit b1b8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/ToplevelExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ bool CToplevelExportProtocolManager::copyFrameShm(SScreencopyFrame* frame, times
g_pHyprRenderer->endRender();

g_pHyprRenderer->makeEGLCurrent();

g_pHyprOpenGL->m_RenderData.pMonitor = PMONITOR;
outFB.bind();

#ifndef GLES2
Expand Down

0 comments on commit b1b8d73

Please sign in to comment.