diff options
author | Calvin Lee <cyrus296@gmail.com> | 2017-02-21 21:14:28 -0700 |
---|---|---|
committer | Calvin Lee <cyrus296@gmail.com> | 2017-02-21 21:17:01 -0700 |
commit | 46bd2bb5df02bd155bf92af6483c5b553afa7b6e (patch) | |
tree | bcf73696840c9ab3289e2e46fb8c0f8e8253fa2c /include/swaylock/swaylock.h | |
parent | 34e2c70abcbc9ba496ab32f1f742dd7bae0ce0fe (diff) |
Documentation and style fixes for swaylock
Diffstat (limited to 'include/swaylock/swaylock.h')
-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 |