cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -33,7 +33,7 @@ void desktop_draw_lock_screen(DesktopState* ds) {
|
||||
fb.fill_rect_alpha(0, 0, sw, sh, Color::from_rgba(0, 0, 0, 0x80));
|
||||
|
||||
// Clock display above card
|
||||
Montauk::DateTime dt;
|
||||
montauk::abi::DateTime dt;
|
||||
montauk::gettime(&dt);
|
||||
char time_str[12];
|
||||
snprintf(time_str, sizeof(time_str), "%02d:%02d", (int)dt.Hour, (int)dt.Minute);
|
||||
|
||||
Reference in New Issue
Block a user