Fix issue 401: Touchscreen adaptation for Caanoo and Wiz

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1659 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-12-12 18:55:55 +00:00
parent 7aefad850d
commit e886553314
3 changed files with 66 additions and 31 deletions

View File

@@ -432,6 +432,13 @@ int Load_INI(T_Config * conf)
char value_label[1024];
Line_number_in_INI_file=0;
#if defined(__WIZ__) || defined(__CAANOO__)
conf->Stylus_mode = 1;
#else
conf->Stylus_mode = 0;
#endif
// On alloue les zones de mémoire:
buffer=(char *)malloc(1024);