Changeset 830ac99 in mainline for fb/fb.c


Ignore:
Timestamp:
2006-06-15T19:53:38Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
096ba7a
Parents:
7a0c530
Message:

Added mouse input. Still missing support in console and framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/fb.c

    r7a0c530 r830ac99  
    11251125                        ipc_answer_fast(callid, 0, screen.xres,screen.yres);
    11261126                        continue;
     1127                case FB_POINTER_MOVE:
     1128                        putpixel(&viewports[0], IPC_GET_ARG1(call), IPC_GET_ARG2(call),
     1129                                 0xd0a080);
     1130                        break;
    11271131                default:
    11281132                        retval = ENOENT;
Note: See TracChangeset for help on using the changeset viewer.