diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
| commit | d3261e64152397db2dca4d691a990c6bc2a6f4dd (patch) | |
| tree | fac2f7be638651181a72453d714f0f96675c2b8b /archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch | |
| parent | 31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff) | |
| download | Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip | |
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch')
| -rw-r--r-- | archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch b/archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch new file mode 100644 index 0000000000..9fc21aaff8 --- /dev/null +++ b/archived/projt-launcher/flatpak/patches/0003-proceed-even-though-no-window-icon-support-on-waylan.patch @@ -0,0 +1,30 @@ +From 8f4a285cbf4f66b14f03b992979d7b8469b95069 Mon Sep 17 00:00:00 2001 +From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> +Date: Mon, 5 Jan 2026 20:05:47 +0100 +Subject: [PATCH 3/3] proceed even though no window icon support on wayland + +hack needed for old versions of minecraft with our custom glfw and most compositors. Thanks to BoyOrigin/glfw-wayland for the original implementation + +Co-Authored-By: FayBoy <ahmadyasinfikri@gmail.com> +--- + src/wl_window.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/wl_window.c b/src/wl_window.c +index 0e67e5c5..cddcac44 100644 +--- a/src/wl_window.c ++++ b/src/wl_window.c +@@ -2230,8 +2230,8 @@ void _glfwSetWindowIconWayland(_GLFWwindow* window, + { + if (!_glfw.wl.toplevelIconManager) + { +- _glfwInputError(GLFW_FEATURE_UNAVAILABLE, +- "Wayland: The platform does not support setting the window icon"); ++ fprintf(stderr, ++ "[GLFW] Wayland: The compositor does not support setting the window icon"); + return; + } + +-- +2.52.0 + |
