Changeset 262cd01 in mainline for uspace/app/tetris/screen.h


Ignore:
Timestamp:
2009-09-10T21:38:17Z (16 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac2c2ea7
Parents:
6b89868 (diff), 8be2833 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge small console API fixes from ~jsvoboda/helenos/console.

File:
1 edited

Legend:

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

    r6b89868 r262cd01  
    5151
    5252typedef struct {
    53         ipcarg_t ws_row;
    54         ipcarg_t ws_col;
     53        int ws_row;
     54        int ws_col;
    5555} winsize_t;
    5656
Note: See TracChangeset for help on using the changeset viewer.