Skip to content

Commit

Permalink
sdl: Set window title
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed Jan 15, 2025
1 parent 5627e89 commit f4f0372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/graphics/lcd_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void lcdInit_SDL(JsGraphics *gfx) {
SDL_Quit();
exit(1);
}
SDL_WM_SetCaption("Espruino", NULL);
}

void lcdIdle_SDL() {
Expand Down

0 comments on commit f4f0372

Please sign in to comment.