This commit is contained in:
Wsevolod 2026-03-27 15:19:56 +00:00 committed by GitHub
commit de6ffce506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

@ -100,6 +100,7 @@ struct swaynag {
char *message;
list_t *buttons;
struct swaynag_details details;
bool no_dock;
};
void swaynag_setup(struct swaynag *swaynag);