mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 12:00:44 +01:00
lint: stricter casing rules
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "macros.h"
|
||||
#include "util.h"
|
||||
|
||||
enum session_type {
|
||||
enum SessionType {
|
||||
XORG,
|
||||
WAYLAND,
|
||||
SHELL,
|
||||
@@ -16,7 +16,7 @@ struct session {
|
||||
char* NNULLABLE name;
|
||||
char* NNULLABLE exec;
|
||||
char* NULLABLE tryexec;
|
||||
enum session_type type;
|
||||
enum SessionType type;
|
||||
};
|
||||
|
||||
struct Vector get_avaliable_sessions();
|
||||
|
||||
Reference in New Issue
Block a user