Changeset 0c25c10 in mainline for uspace/app/tetris/screen.h


Ignore:
Timestamp:
2009-06-03T19:32:07Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69e68e3
Parents:
cbff4c2
Message:

update for latest I/O changes

File:
1 edited

Legend:

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

    rcbff4c2 r0c25c10  
    4747#define putpad(s)       tputs(s, 1, put)
    4848
     49#include <sys/types.h>
    4950#include <async.h>
    5051
    5152typedef struct {
    52         int ws_row;
    53         int ws_col;
     53        ipcarg_t ws_row;
     54        ipcarg_t ws_col;
    5455} winsize_t;
    5556
Note: See TracChangeset for help on using the changeset viewer.