Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1706 → Rev 1707

/uspace/trunk/fb/fb.c
1124,6 → 1124,10
case FB_GET_RESOLUTION:
ipc_answer_fast(callid, 0, screen.xres,screen.yres);
continue;
case FB_POINTER_MOVE:
putpixel(&viewports[0], IPC_GET_ARG1(call), IPC_GET_ARG2(call),
0xd0a080);
break;
default:
retval = ENOENT;
}