New .INI setting to allow disable unicode (issue 167)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@814 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-22 19:02:23 +00:00
parent f4cb7985f2
commit 8f5fc2c923
5 changed files with 25 additions and 3 deletions

View File

@@ -269,6 +269,7 @@ typedef struct
char Bookmark_label[NB_BOOKMARKS][8+1];///< Bookmarked directories in fileselectors: This is the displayed name.
int Window_pos_x; ///< Last window x position (9999 if unsupportd/irrelevant for the platform)
int Window_pos_y; ///< Last window y position (9999 if unsupportd/irrelevant for the platform)
byte Use_unicode; ///< Boolean, true to use Unicode for keyboard input
} T_Config;
// Structures utilisées pour les descriptions de pages et de liste de pages.