Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
830ac99
in mainline for
fb/fb.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
fb/fb.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
fb/fb.c
r7a0c530
r830ac99
1125
1125
ipc_answer_fast(callid, 0, screen.xres,screen.yres);
1126
1126
continue;
1127
case FB_POINTER_MOVE:
1128
putpixel(&viewports[0], IPC_GET_ARG1(call), IPC_GET_ARG2(call),
1129
0xd0a080);
1130
break;
1127
1131
default:
1128
1132
retval = ENOENT;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive