Changeset 369a5f8 in mainline for uspace/srv/hid/fb/ega.c


Ignore:
Timestamp:
2010-04-20T15:01:43Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9efff92
Parents:
9f1362d4
Message:

add STYLE_SELECTED and STYLE_INVERTED into serial output driver
move screenbuffer.{c|h} into libc, make it slightly more generic
collateral changes

File:
1 edited

Legend:

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

    r9f1362d4 r369a5f8  
    5252#include <io/style.h>
    5353#include <io/color.h>
     54#include <io/screenbuffer.h>
    5455#include <sys/types.h>
    5556
    5657#include "ega.h"
    57 #include "../console/screenbuffer.h"
    5858#include "main.h"
    5959
     
    260260        size_t intersize = 0;
    261261        keyfield_t *interbuf = NULL;
    262 
     262       
    263263        if (client_connected) {
    264264                ipc_answer_0(iid, ELIMIT);
Note: See TracChangeset for help on using the changeset viewer.