Changeset 46577995 in mainline for uspace/dist/src/c/demos/tetris/screen.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/screen.c
rfacacc71 r46577995 147 147 { 148 148 sysarg_t ccap; 149 int rc = console_get_color_cap(console, &ccap);149 errno_t rc = console_get_color_cap(console, &ccap); 150 150 151 151 if (rc != 0) … … 353 353 * 354 354 */ 355 int tgetchar(void)355 errno_t tgetchar(void) 356 356 { 357 357 /* … … 392 392 * 393 393 */ 394 int twait(void)394 errno_t twait(void) 395 395 { 396 396 wchar_t c = 0;
Note:
See TracChangeset
for help on using the changeset viewer.