Provide my old drag-based interface to Net as an ifdef-enabled

option, and turn it on by default on stylus-based platforms (i.e.
currently PocketPC).

[originally from svn r7341]
This commit is contained in:
Simon Tatham
2007-02-27 21:03:06 +00:00
parent e735704514
commit e663595a5c
2 changed files with 119 additions and 2 deletions

View File

@ -78,6 +78,7 @@ enum {
#define SMALL_SCREEN
#define PORTRAIT_SCREEN
#define VIVID_COLOURS
#define STYLUS_BASED
#endif
#define IGNOREARG(x) ( (x) = (x) )