[Initiatives.wiki] Fix a bug in the SDL sample - see https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/269



commit e33cdca3a538a902bd063e23301c63eadf278020
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 29 10:47:33 2021 +0000

    Fix a bug in the SDL sample - see https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/269

 Dark-Style-Preference.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/Dark-Style-Preference.md b/Dark-Style-Preference.md
index ca8fb06..fbfa15b 100644
--- a/Dark-Style-Preference.md
+++ b/Dark-Style-Preference.md
@@ -121,8 +121,7 @@ Do _not_ use the gsettings key backing the settings portal implementation other
 
 Don't add any animation for the transition; the whole screen will be animated on the compositor side instead.
 
-A self-contained SDL+GDBus example that supports the dark style preference: 
[hello.c](uploads/76dfcc9b07d234cb8922cf800e743f02/hello.c)
-
+A self-contained SDL+GDBus example that supports the dark style preference: 
[hello.c](uploads/b590f6ee98c68b652d95708f707ce927/hello.c)
 Building: `gcc $(pkg-config --libs --cflags sdl2 gio-2.0) hello.c -o hello"`
 
 Screenshots:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]