Fix for strict aliasing build

This commit is contained in:
dec05eba
2025-10-18 15:52:13 +02:00
parent 085f4d8bad
commit 4181d80405
3 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ compile_commands.json
**/xdg-output-unstable-v1-client-protocol.h **/xdg-output-unstable-v1-client-protocol.h
**/xdg-output-unstable-v1-protocol.c **/xdg-output-unstable-v1-protocol.c
depends/.wraplock

2
TODO
View File

@@ -215,3 +215,5 @@ If replay duration is set below the "save 1 min" or "save 10 min" then gray them
The UI is unusable on a vertical monitor. The UI is unusable on a vertical monitor.
Steam overlay interfers with controller input in gsr ui. Maybe move controller handling the gsr-global-hotkeys to do a grab on the controller, to only give the key input to gsr ui. Steam overlay interfers with controller input in gsr ui. Maybe move controller handling the gsr-global-hotkeys to do a grab on the controller, to only give the key input to gsr ui.
Add option to show recording status with scroll lock led (use x11 xkb). Blink when starting/stopping recording and set led on when recording is running and set led off when not recording.