Changeset 50cfa6c in mainline for uspace/srv/fb/serial_console.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/serial_console.c

    r7d88587 r50cfa6c  
    389389                        ipc_answer_2(callid, EOK, scr_width, scr_height);
    390390                        continue;
     391                case FB_GET_COLOR_CAP:
     392                        ipc_answer_1(callid, EOK, color ? FB_CCAP_INDEXED :
     393                            FB_CCAP_STYLE);
     394                        continue;
    391395                case FB_CLEAR:
    392396                        serial_clrscr();
Note: See TracChangeset for help on using the changeset viewer.