From 658fc3db0fc8c3394fd892f6d3a846c7ea00478e Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 22 Aug 2024 10:30:23 -0700
Subject: [PATCH] Updated list of third party code and generated files
---
build-scripts/clang-format-src.sh | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/build-scripts/clang-format-src.sh b/build-scripts/clang-format-src.sh
index c4af9a5913f52..4519053edbe37 100755
--- a/build-scripts/clang-format-src.sh
+++ b/build-scripts/clang-format-src.sh
@@ -18,15 +18,21 @@ git checkout \
stdlib/SDL_malloc.c \
stdlib/SDL_qsort.c \
stdlib/SDL_strtokr.c \
- video/arm \
video/khronos \
video/x11/edid-parse.c \
+ video/x11/xsettings-client.* \
video/yuv2rgb
clang-format -i hidapi/SDL_hidapi.c
# Revert generated code
-git checkout dynapi/SDL_dynapi_overrides.h
-git checkout dynapi/SDL_dynapi_procs.h
-git checkout render/metal/SDL_shaders_metal_*.h
+git checkout \
+ dynapi/SDL_dynapi_overrides.h \
+ dynapi/SDL_dynapi_procs.h \
+ render/*/*Shader*.h \
+ render/metal/SDL_shaders_metal_*.h \
+ render/vitagxm/SDL_render_vita_gxm_shaders.h \
+ video/directx/SDL_d3d12_xbox_cmacros.h \
+ video/directx/d3d12.h \
+ video/directx/d3d12sdklayers.h \
echo "clang-format complete!"