Add a new video mode icon

git-svn-id: svn://kolibrios.org@7330 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-09-08 22:43:59 +00:00
parent 3d763a744d
commit bd55a099d5
3 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -6,7 +6,7 @@ window_title=KolibriOS System Panel
[Configuration]
RamDisks=tmpdisk,36
VideoMode=vmode,7
VideoMode=vmode,98
NetConfig=/sys/network/netcfg,33
SysSetup=setup,5
Date&Time=calendar,52

View File

@ -1,6 +1,13 @@
//Calypte 0.35 - Leency
//Calypte 0.15 - Punk Joker
/*
TODO
- word wrap
- draw by line
- text selection
*/
#define MEMSIZE 1024*200
#ifndef AUTOBUILD