aboutsummaryrefslogtreecommitdiff
path: root/flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch
diff options
context:
space:
mode:
authorDallas Strouse <dastrouses@gmail.com>2023-07-17 00:29:24 -0500
committerDallas Strouse <dastrouses@gmail.com>2023-07-17 22:38:12 -0500
commit2eff1de560c9b4ac76316d2c6d812438b4488222 (patch)
treed85d155058a6eff47cacc6a8f4effd4602bc3a5b /flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch
parentaaf1726965313a0f8712479d0619ddc81f6347a0 (diff)
downloadPrismLauncher-2eff1de560c9b4ac76316d2c6d812438b4488222.tar.gz
PrismLauncher-2eff1de560c9b4ac76316d2c6d812438b4488222.tar.bz2
PrismLauncher-2eff1de560c9b4ac76316d2c6d812438b4488222.zip
Update Flatpak manifest
Signed-off-by: Dallas Strouse <dastrouses@gmail.com>
Diffstat (limited to 'flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch')
-rw-r--r--flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch b/flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch
new file mode 100644
index 00000000..b031d739
--- /dev/null
+++ b/flatpak/patches/0005-Add-warning-about-being-an-unofficial-patch.patch
@@ -0,0 +1,17 @@
+diff --git a/src/init.c b/src/init.c
+index 06dbb3f2..a7c6da86 100644
+--- a/src/init.c
++++ b/src/init.c
+@@ -449,6 +449,12 @@ GLFWAPI int glfwInit(void)
+ _glfw.initialized = GLFW_TRUE;
+
+ glfwDefaultWindowHints();
++
++ fprintf(stderr, "!!! Patched GLFW from https://github.com/Admicos/minecraft-wayland\n"
++ "!!! If any issues with the window, or some issues with rendering, occur, "
++ "first try with the built-in GLFW, and if that solves the issue, report there first.\n"
++ "!!! Use outside Minecraft is untested, and things might break.\n");
++
+ return GLFW_TRUE;
+ }
+