forked from KolibriOS/kolibrios
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:
parent
5a063e44a7
commit
6cbe592aa6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user