Changeset c0e674a in mainline for tetris/input.c


Ignore:
Timestamp:
2006-05-31T16:15:44Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5052046
Parents:
b27a97bb
Message:

Fix incorrect timeout handling in async framework.
Start tweak the tetris code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tetris/input.c

    rb27a97bb rc0e674a  
    5050#include "tetris.h"
    5151
     52#include <async.h>
     53
    5254/* return true iff the given timeval is positive */
    5355#define TV_POS(tv) \
     
    6264                (res)->tv_sec--; \
    6365        }
     66
     67static aid_t getchar_inprog = 0;
    6468
    6569/*
Note: See TracChangeset for help on using the changeset viewer.