Subversion Repositories Kolibri OS

Rev

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

Rev 815 Rev 817
Line 386... Line 386...
386
 
386
 
387
    scr_pixmap.width  = rhd.displayWidth;
387
    scr_pixmap.width  = rhd.displayWidth;
388
    scr_pixmap.height = rhd.displayHeight;
388
    scr_pixmap.height = rhd.displayHeight;
389
    scr_pixmap.format = PICT_a8r8g8b8;
389
    scr_pixmap.format = PICT_a8r8g8b8;
390
    scr_pixmap.pitch = rhd.displayWidth * 4;
390
    scr_pixmap.pitch  = rhd.displayWidth * 4;
391
    scr_pixmap.offset = rhd.FbIntAddress;
391
    scr_pixmap.offset = rhd.FbIntAddress;
392
    scr_pixmap.pitch_offset =  rhd.dst_pitch_offset;
392
    scr_pixmap.pitch_offset =  rhd.dst_pitch_offset;
Line 393... Line 393...
393
    scr_pixmap.raw = (void*)rhd.FbBase;
393
    scr_pixmap.raw    = (void*)0;
394
 
394
 
395
 
395