Changes in uspace/app/tetris/screen.h [ebe70f1:8be2833] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.h
rebe70f1 r8be2833 51 51 52 52 typedef struct { 53 i pcarg_t ws_row;54 i pcarg_t ws_col;53 int ws_row; 54 int ws_col; 55 55 } winsize_t; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.