aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/recorder/windowing.h
AgeCommit message (Collapse)Author
2026-08-02Add resource cleanup on all pathsdec05eba
The recorder, screenshot and cli now free everything they create, also when setup fails. Adds gsr_windowing_deinit, implements the missing gsr_window_destroy and destroys the pipewire registry proxy.
2026-08-01Move windowing setup from main.cpp into windowing moduledec05eba
The recording path and the list commands now share the same windowing setup code instead of duplicating it.