Changeset 7122bc7 in mainline for uspace/app/tetris/screen.h


Ignore:
Timestamp:
2009-01-01T13:58:05Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb69f39
Parents:
9805cde
Message:

More console IPC wrapper functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/screen.h

    r9805cde r7122bc7  
    5050
    5151typedef struct {
    52         ipcarg_t ws_row;
    53         ipcarg_t ws_col;
     52        int ws_row;
     53        int ws_col;
    5454} winsize_t;
    5555
Note: See TracChangeset for help on using the changeset viewer.