Преглед изворни кода

* Tutorial was generating a warning since the deprecation of cucul_putstr().

tags/v0.99.beta14
Sam Hocevar sam пре 17 година
родитељ
комит
933dd085a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      doc/tutorial.dox

+ 1
- 1
doc/tutorial.dox Прегледај датотеку

@@ -27,7 +27,7 @@ int main(void)
/* Choose drawing colours */
cucul_set_color_ansi(cv, CUCUL_BLACK, CUCUL_WHITE);
/* Draw a string at coordinates (0, 0) */
cucul_putstr(cv, 0, 0, "This is a message");
cucul_put_str(cv, 0, 0, "This is a message");
/* Refresh display */
caca_refresh_display(dp);
/* Wait for a key press event */


Loading…
Откажи
Сачувај