Skip to content

Commit

Permalink
Merge branch 'hyprwm:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
izmyname authored Nov 5, 2024
2 parents 921335e + e3882b2 commit 9729bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/Screencopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ bool CScreencopyFrame::copyShm() {
#ifndef GLES2
glBindFramebuffer(GL_READ_FRAMEBUFFER, fb.getFBID());
#else
glBindFramebuffer(GL_FRAMEBUFFER, fb.m_iFb);
glBindFramebuffer(GL_FRAMEBUFFER, fb.getFBID());
#endif

const auto PFORMAT = FormatUtils::getPixelFormatFromDRM(shm.format);
Expand Down

0 comments on commit 9729bfe

Please sign in to comment.