Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7522 → Rev 7510

/kernel/trunk/video/framebuffer.inc
45,8 → 45,6
mov [_display.vrefresh], 60
 
movzx eax, word [BOOT.x_res]; X max
cmp eax, MAX_SCREEN_WIDTH
ja $
mov [_display.width], eax
mov [ebp+FRB.width], eax
mov [display_width_standard], eax
54,8 → 52,6
mov [screen_workarea.right], eax
 
movzx eax, word [BOOT.y_res]; Y max
cmp eax, MAX_SCREEN_HEIGHT
ja $
mov [_display.height], eax
mov [ebp+FRB.height], eax
mov [display_height_standard], eax
/kernel/trunk/video/vesa20.inc
21,8 → 21,8
 
uglobal
align 4
bgr_cur_line rd MAX_SCREEN_WIDTH
bgr_next_line rd MAX_SCREEN_WIDTH
bgr_cur_line rd 1920 ; maximum width of screen
bgr_next_line rd 1920
endg
 
iglobal