File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -904,18 +904,18 @@ void render_raining_logo(DemoContext *ctx)
904904/* Scroll text rendering with different styles */
905905void render_scroll_text (DemoContext * ctx )
906906{
907- const char * text = " Infix OS <> The Container demo <> "
907+ const char * text = "Infix OS - The Container demo"
908908 " *** Greetings to the demoscene <3"
909- " *** NETCONF and RESTCONF APIs "
910- " *** SAY HI TO JACK ! :-) "
909+ " *** API first: NETCONF + RESTCONF"
910+ " *** Say Hi to our mascot, Jack ! :-)"
911911 " *** YANG is the real HERO tho ..."
912- " *** Sponsored by Wires in Westeros ***"
913- " "
914- ;
912+ " *** Sponsored by Wires in Westeros"
913+ " *** From idea to production - we've got you!"
914+ " *** Visit us at https://wires.se"
915+ " *** " ;
915916
916- if (ctx -> scroll_style == SCROLL_NONE ) {
917+ if (ctx -> scroll_style == SCROLL_NONE )
917918 return ;
918- }
919919
920920 int text_len = strlen (text );
921921 float scroll_speed = 180.0 ;
You can’t perform that action at this time.
0 commit comments