summarylogtreecommitdiffstats
path: root/0006-AUR-Fix-hwnd-redefinition.patch
diff options
context:
space:
mode:
authorStelios Tsampas2024-01-10 15:30:50 +0200
committerStelios Tsampas2024-01-10 15:30:50 +0200
commit4439043ca4a33599af3bc84adcdf186b1dc87383 (patch)
tree4eca4b928c23164360118aea45b6d473db0e4694 /0006-AUR-Fix-hwnd-redefinition.patch
parent37e9605a614993fb7a9377c3448b2e3f3021448f (diff)
downloadaur-4439043ca4a33599af3bc84adcdf186b1dc87383.tar.gz
[proton-ge-custom] Version GE-Proton8-27
Diffstat (limited to '0006-AUR-Fix-hwnd-redefinition.patch')
-rw-r--r--0006-AUR-Fix-hwnd-redefinition.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/0006-AUR-Fix-hwnd-redefinition.patch b/0006-AUR-Fix-hwnd-redefinition.patch
index 031af6c887fd..b0068ab5003e 100644
--- a/0006-AUR-Fix-hwnd-redefinition.patch
+++ b/0006-AUR-Fix-hwnd-redefinition.patch
@@ -1,15 +1,15 @@
-From af7604e3d408cc09885036ae57f2513439c8a1e1 Mon Sep 17 00:00:00 2001
+From 6686fb8d936f0a604fdbde0544ebae83d9cce14e Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Thu, 28 Sep 2023 14:16:04 +0300
Subject: [PATCH 6/6] AUR: Fix hwnd redefinition
---
- steam_helper/steam.cpp | 4 ++++
- vrclient_x64/vrclient_x64/json_converter.cpp | 4 ++++
+ steam_helper/steam.cpp | 4 ++++
+ vrclient_x64/json_converter.cpp | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp
-index 8f377fcd..41f4021d 100644
+index 4700a1af..d6214df6 100644
--- a/steam_helper/steam.cpp
+++ b/steam_helper/steam.cpp
@@ -34,10 +34,14 @@
@@ -27,10 +27,10 @@ index 8f377fcd..41f4021d 100644
#include <shlobj.h>
#include <string.h>
#include <stdio.h>
-diff --git a/vrclient_x64/vrclient_x64/json_converter.cpp b/vrclient_x64/vrclient_x64/json_converter.cpp
-index fac49d29..f45af786 100644
---- a/vrclient_x64/vrclient_x64/json_converter.cpp
-+++ b/vrclient_x64/vrclient_x64/json_converter.cpp
+diff --git a/vrclient_x64/json_converter.cpp b/vrclient_x64/json_converter.cpp
+index 627fbbb4..3b3ccf15 100644
+--- a/vrclient_x64/json_converter.cpp
++++ b/vrclient_x64/json_converter.cpp
@@ -1,11 +1,15 @@
#include <stdarg.h>
#include <stddef.h>
@@ -48,5 +48,5 @@ index fac49d29..f45af786 100644
WINE_DEFAULT_DEBUG_CHANNEL(vrclient);
--
-2.42.1
+2.43.0