diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-02-21 21:14:28 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-02-21 21:14:28 -0700 |
| commit | 41e50b6a783aca7f358ce484a2e30e10bca49775 (patch) | |
| tree | bcf73696840c9ab3289e2e46fb8c0f8e8253fa2c /include | |
| parent | 5be4fed4fdcaec7aff3e4cb5831240f3dd57e503 (diff) | |
Documentation and style fixes for swaylock
Diffstat (limited to 'include')
| -rw-r--r-- | include/swaylock/swaylock.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 6e0ae288..06533108 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -19,6 +19,12 @@ enum auth_state { AUTH_STATE_INVALID, }; +enum line_source { + LINE_SOURCE_DEFAULT, + LINE_SOURCE_RING, + LINE_SOURCE_INSIDE, +}; + struct render_data { list_t *surfaces; // Output specific images |
