Subversion Repositories HelenOS-historic

Rev

Rev 1565 | Rev 1640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1565 Rev 1577
Line 302... Line 302...
302
            bgcolor = IPC_GET_ARG2(call);
302
            bgcolor = IPC_GET_ARG2(call);
303
            if (fgcolor > bgcolor)
303
            if (fgcolor > bgcolor)
304
                style = 0x1e;
304
                style = 0x1e;
305
            else
305
            else
306
                style = 0xe1;
306
                style = 0xe1;
307
 
307
            break;
308
        case FB_VP_DRAW_PIXMAP:
308
        case FB_VP_DRAW_PIXMAP:
309
            i = IPC_GET_ARG2(call);
309
            i = IPC_GET_ARG2(call);
310
            retval = print_screen(i);
310
            retval = print_screen(i);
311
            break;
311
            break;
312
        case FB_VP2PIXMAP:
312
        case FB_VP2PIXMAP: