From 8869f8302430f5c6de5b0ffb090f9da51a44868c Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 24 Sep 2023 00:04:04 -0500 Subject: [PATCH] vo: year of the linux desktop --- video/out/wayland_common.c | 2 ++ video/out/x11_common.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 6072a9e58cec8..7741d9bbd8b09 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -15,6 +15,8 @@ * License along with mpv. If not, see . */ +// Year of the linux desktop + #include #include #include diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 3c0f275370e62..c5f32aca47540 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -15,6 +15,8 @@ * with mpv. If not, see . */ +// Year of the linux desktop + #include #include #include