Skip to content

Commit db9380e

Browse files
committed
kms: Fix direct scanout due to wrong node compare
1 parent 28a9000 commit db9380e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kms/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl State {
289289
gbm.clone(),
290290
GbmBufferFlags::RENDERING | GbmBufferFlags::SCANOUT,
291291
),
292-
GbmFramebufferExporter::new(gbm.clone(), drm_node.into()),
292+
GbmFramebufferExporter::new(gbm.clone(), render_node.into()),
293293
Some(gbm.clone()),
294294
[
295295
Fourcc::Abgr2101010,

0 commit comments

Comments
 (0)