size of temporary array for wallpaper code increased

due to fact that highest resolutions are possible
(should fix problems with wallpaper in high resolutions)

git-svn-id: svn://kolibrios.org@1420 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-02-19 17:58:55 +00:00
parent 5a063e44a7
commit 6cbe592aa6

View File

@ -1008,8 +1008,8 @@ sdpdone:
uglobal
align 4
bgr_cur_line rd 1280 ; maximum width of screen
bgr_next_line rd 1280
bgr_cur_line rd 1920 ; maximum width of screen
bgr_next_line rd 1920
endg
smooth_line: