From 46bd2bb5df02bd155bf92af6483c5b553afa7b6e Mon Sep 17 00:00:00 2001 From: Calvin Lee Date: Tue, 21 Feb 2017 21:14:28 -0700 Subject: Documentation and style fixes for swaylock --- include/swaylock/swaylock.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 -- cgit v1.2.3-54-g00ecf