This commit is contained in:
Wsevolod 2026-05-22 11:01:35 +08:00 committed by GitHub
commit 7f1288d70a
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);