forked from KolibriOS/kolibrios
Add a new video mode icon
git-svn-id: svn://kolibrios.org@7330 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3d763a744d
commit
bd55a099d5
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@ -6,7 +6,7 @@ window_title=KolibriOS System Panel
|
|||||||
|
|
||||||
[Configuration]
|
[Configuration]
|
||||||
RamDisks=tmpdisk,36
|
RamDisks=tmpdisk,36
|
||||||
VideoMode=vmode,7
|
VideoMode=vmode,98
|
||||||
NetConfig=/sys/network/netcfg,33
|
NetConfig=/sys/network/netcfg,33
|
||||||
SysSetup=setup,5
|
SysSetup=setup,5
|
||||||
Date&Time=calendar,52
|
Date&Time=calendar,52
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
//Calypte 0.35 - Leency
|
//Calypte 0.35 - Leency
|
||||||
//Calypte 0.15 - Punk Joker
|
//Calypte 0.15 - Punk Joker
|
||||||
|
|
||||||
|
/*
|
||||||
|
TODO
|
||||||
|
- word wrap
|
||||||
|
- draw by line
|
||||||
|
- text selection
|
||||||
|
*/
|
||||||
|
|
||||||
#define MEMSIZE 1024*200
|
#define MEMSIZE 1024*200
|
||||||
|
|
||||||
#ifndef AUTOBUILD
|
#ifndef AUTOBUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user