From 48c0f85947f8ec6c4b0a3ce8f50117dd096656ef Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Sun, 9 Feb 2025 12:22:07 +0100 Subject: [PATCH] scenefx: fix corrupted patch --- patches/scenefx/README.md | 4 ++-- patches/scenefx/scenefx.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/scenefx/README.md b/patches/scenefx/README.md index 094f909..e36a632 100644 --- a/patches/scenefx/README.md +++ b/patches/scenefx/README.md @@ -51,7 +51,7 @@ static const struct blur_data blur_data = { - [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.8-a/scenefx) -- [0.8](https://codeberg.org/dwl/dwl-patches/raw/commit/bfdd644ffe5c04924c19653869a79a96cd1e1f2e/patches/scenefx/scenefx.patch) +- [0.8](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/scenefx/scenefx.patch) **NOTE:** This patch was tested with the `ab17e3810ac27b2706f73e9a4aaab89fae30363a` commit on the `main` branch of `SceneFX`. It supports rounded borders, blur, and shadows. @@ -110,4 +110,4 @@ static const struct blur_data blur_data = { ### Authors -- [wochap](https://codeberg.org/wochap) \ No newline at end of file +- [wochap](https://codeberg.org/wochap) diff --git a/patches/scenefx/scenefx.patch b/patches/scenefx/scenefx.patch index 339e5e9..44f7a47 100644 --- a/patches/scenefx/scenefx.patch +++ b/patches/scenefx/scenefx.patch @@ -575,4 +575,4 @@ index 5bf995e..b5e8151 100644 + #ifdef XWAYLAND void - activatex11(struct wl_listener *listener, void *data) \ No newline at end of file + activatex11(struct wl_listener *listener, void *data)