mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Documentation and style fixes for swaylock
This commit is contained in:
parent
34e2c70abc
commit
46bd2bb5df
3 changed files with 89 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue