Skip to content

Commit

Permalink
rerun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 21, 2024
1 parent cedac20 commit 4b84029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/LinuxDMABUF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ CLinuxDMABufV1Protocol::CLinuxDMABufV1Protocol(const wl_interface* iface, const

SDMABUFTranche eglTranche = {
.device = mainDevice,
.flags = 0, // renderer isnt for ds so dont set flag
.flags = 0, // renderer isnt for ds so dont set flag.
.formats = g_pHyprOpenGL->getDRMFormats(),
};

Expand Down

0 comments on commit 4b84029

Please sign in to comment.