Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Honkazel authored Jan 21, 2025
1 parent a859258 commit 6b12844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/drm/impl/Atomic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ bool Aquamarine::CDRMAtomicImpl::prepareConnector(Hyprutils::Memory::CSharedPoin
if (!enable)
data.atomic.modeBlob = 0;
else {
if (drmModeCreatePropertyBlob(connector->backend->gpu->fd, (&data.modeInfo), sizeof(drmModeModeInfo), &data.atomic.modeBlob)) {
if (drmModeCreatePropertyBlob(connector->backend->gpu->fd, &data.modeInfo, sizeof(drmModeModeInfo), &data.atomic.modeBlob)) {
connector->backend->backend->log(AQ_LOG_ERROR, "atomic drm: failed to create a modeset blob");
return false;
}
Expand Down

0 comments on commit 6b12844

Please sign in to comment.