Changeset 53daee3 in mainline for fb/ega.c


Ignore:
Timestamp:
2006-06-02T19:32:10Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2408969
Parents:
d6cc453
Message:

Some fixes, tetris still not working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/ega.c

    rd6cc453 r53daee3  
    8585                        return; /* Exit thread */
    8686                case FB_GET_CSIZE:
    87                         ipc_answer_fast(callid, 0, scr_width, scr_height);
     87                        ipc_answer_fast(callid, 0, scr_height, scr_width);
    8888                        continue;
    8989                case FB_CLEAR:
Note: See TracChangeset for help on using the changeset viewer.