Files
riverguile/src/call-exit-handler.h
Leon Henrik Plickat 153b5e0858 load script after initial registry burst
This makes the logic of installing idle handlers and layout handlers a bit
cleaner and allows us to send wayland request from the script in the future.
2024-01-07 06:25:56 +01:00

7 lines
125 B
C

#ifndef RIVERGUILE_CALL_EXIT_HANDLER_H
#define RIVERGUILE_CALL_EXIT_HANDLER_H
void *call_exit_handler (void* data);
#endif