Changeset 50cfa6c in mainline for uspace/srv/fb/ega.c


Ignore:
Timestamp:
2009-07-14T21:25:13Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf5443d
Parents:
7d88587
Message:

Method for getting console color capabilities. Use to fix invisible tetris pieces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/ega.c

    r7d88587 r50cfa6c  
    320320                        ipc_answer_2(callid, EOK, scr_width, scr_height);
    321321                        continue;
     322                case FB_GET_COLOR_CAP:
     323                        ipc_answer_1(callid, EOK, FB_CCAP_INDEXED);
     324                        continue;
    322325                case FB_CLEAR:
    323326                        clrscr();
Note: See TracChangeset for help on using the changeset viewer.