skins: upload ObsidianOS skin

git-svn-id: svn://kolibrios.org@6728 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-11-19 13:46:22 +00:00
parent 42c234aecf
commit c80abe7770
12 changed files with 52 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ bool DrawBufer::Init(int i_bufx, i_bufy, i_bufw, i_bufh)
"'DrawBufer needs more memory than currenly available.
Application could be unstable.
Requested size: %i Kb.
Requested size: %i Kb
Free RAM: %i Kb' -E", alloc_size/1024, free_ram_size/1024);
notify(#error_str);
}