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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user