mirror of
https://github.com/fairyglade/ly.git
synced 2026-05-06 15:20:36 +00:00
Add widget display name to improve logging
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -25,6 +25,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *Cascade) Widget {
|
||||
return Widget.init(
|
||||
"Cascade",
|
||||
self,
|
||||
null,
|
||||
null,
|
||||
|
||||
@@ -55,6 +55,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *ColorMix) Widget {
|
||||
return Widget.init(
|
||||
"ColorMix",
|
||||
self,
|
||||
null,
|
||||
null,
|
||||
|
||||
@@ -62,6 +62,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *Doom) Widget {
|
||||
return Widget.init(
|
||||
"Doom",
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
||||
@@ -417,6 +417,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *DurFile) Widget {
|
||||
return Widget.init(
|
||||
"DurFile",
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
||||
@@ -72,6 +72,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *GameOfLife) Widget {
|
||||
return Widget.init(
|
||||
"GameOfLife",
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
||||
@@ -69,6 +69,7 @@ pub fn init(
|
||||
|
||||
pub fn widget(self: *Matrix) Widget {
|
||||
return Widget.init(
|
||||
"Matrix",
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
||||
Reference in New Issue
Block a user