diff src/libmlk-ui/ui/label.h @ 327:42a6710629f5

ui: implement notifications
author David Demelier <markand@malikania.fr>
date Sun, 03 Oct 2021 10:31:45 +0200
parents 8f9937403749
children 19782ea1cf4a
line wrap: on
line diff
--- a/src/libmlk-ui/ui/label.h	Sat Oct 02 18:09:15 2021 +0200
+++ b/src/libmlk-ui/ui/label.h	Sun Oct 03 10:31:45 2021 +0200
@@ -27,6 +27,7 @@
 enum label_flags {
 	LABEL_FLAGS_NONE,
 	LABEL_FLAGS_SHADOW      = (1 << 0),
+	LABEL_FLAGS_IMPORTANT   = (1 << 1)
 };
 
 struct label {