diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-02-26 19:20:14 -0500 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-02-26 19:20:14 -0500 |
| commit | db657412e6ae93341ed42d59df6aef564a739a1f (patch) | |
| tree | 6f67f55f6dc61fb0afa8829a950f0dbf1a0aeadf /src/utils.h | |
| download | lightdm-mini-greeter-master.tar.gz | |
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..6351e7c --- /dev/null +++ b/src/utils.h @@ -0,0 +1,14 @@ +#ifndef UTILS_H +#define UTILS_H + +#include <lightdm.h> + +#include "app.h" + + +void connect_to_lightdm_daemon(LightDMGreeter *greeter); +void make_session_focus_ring(App *app); +void begin_authentication_as_default_user(App *app); +void remove_char(char *str, char garbage); + +#endif |
