summaryrefslogtreecommitdiffstats
path: root/include/swaylock
diff options
context:
space:
mode:
authorLibravatar Calvin Lee <cyrus296@gmail.com>2017-02-21 21:14:28 -0700
committerLibravatar Calvin Lee <cyrus296@gmail.com>2017-02-21 21:17:01 -0700
commit46bd2bb5df02bd155bf92af6483c5b553afa7b6e (patch)
treebcf73696840c9ab3289e2e46fb8c0f8e8253fa2c /include/swaylock
parentFeature for #1078: Configurable swaylock colors (diff)
downloadsway-46bd2bb5df02bd155bf92af6483c5b553afa7b6e.tar.gz
sway-46bd2bb5df02bd155bf92af6483c5b553afa7b6e.tar.zst
sway-46bd2bb5df02bd155bf92af6483c5b553afa7b6e.zip
Documentation and style fixes for swaylock
Diffstat (limited to 'include/swaylock')
-rw-r--r--include/swaylock/swaylock.h6
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 {
19 AUTH_STATE_INVALID, 19 AUTH_STATE_INVALID,
20}; 20};
21 21
22enum line_source {
23 LINE_SOURCE_DEFAULT,
24 LINE_SOURCE_RING,
25 LINE_SOURCE_INSIDE,
26};
27
22struct render_data { 28struct render_data {
23 list_t *surfaces; 29 list_t *surfaces;
24 // Output specific images 30 // Output specific images