font.h: optimization, refactoring

git-svn-id: svn://kolibrios.org@5985 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-12-18 15:21:19 +00:00
parent 93f98eb37e
commit 4dfaf192c9
9 changed files with 78 additions and 91 deletions
+1 -2
View File
@@ -19,7 +19,7 @@
#define DEFAULT_EDITOR "/sys/tinypad"
#define INTRO_TEXT "This is a plain Text Reader.\nTry to open some text file."
#define VERSION "Text Reader v1.03"
#define VERSION "Text Reader v1.04"
#define ABOUT "Idea: Leency, punk_joker
Code: Leency, Veliant, KolibriOS Team
@@ -75,7 +75,6 @@ void main()
OpenDialog_init stdcall (#o_dialog);
font.no_bg_copy = true;
font.color = 0;
font.bg_color = 0xFFFFFF;