This commit is contained in:
2026-09-10 08:53:44 +02:00
parent 314e474341
commit 77efdf03e9
7 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -201,7 +201,7 @@ impl App {
self.stats.pool_bytes = total;
// Note: no mmap. The compositor writes these pages and samples them
// again for display; mapping them here would only cost us the faults.
let file = shm::memfd("wl-pick-capture", total)?;
let file = shm::memfd("wl-tab-capture", total)?;
let pool = self.shm.create_pool(file.as_fd(), total as i32, qh, ());
for (i, slot_offsets) in offsets.iter().enumerate() {
let (w, h, format) = {
@@ -372,7 +372,7 @@ impl Dispatch<ExtImageCopyCaptureFrameV1, usize> for App {
// frame yet leaves the tile without a thumbnail.
if tile.frames == 0 {
eprintln!(
"wl-pick: capture failed for {:?} ({reason:?})",
"wl-tab: capture failed for {:?} ({reason:?})",
tile.target.title
);
}