aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-02-27 21:03:06 +0000
committerSimon Tatham <anakin@pobox.com>2007-02-27 21:03:06 +0000
commite663595a5c2e8048f33a27ab911bc9f229231df8 (patch)
tree6a3034ac48b450f0f78b350fe90745ea40d565bd /puzzles.h
parente73570451403c0bbc22d231d6f16cd5afab1524e (diff)
downloadpuzzles-e663595a5c2e8048f33a27ab911bc9f229231df8.zip
puzzles-e663595a5c2e8048f33a27ab911bc9f229231df8.tar.gz
puzzles-e663595a5c2e8048f33a27ab911bc9f229231df8.tar.bz2
puzzles-e663595a5c2e8048f33a27ab911bc9f229231df8.tar.xz
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]
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index ff991ad..a8f82a2 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -78,6 +78,7 @@ enum {
#define SMALL_SCREEN
#define PORTRAIT_SCREEN
#define VIVID_COLOURS
+ #define STYLUS_BASED
#endif
#define IGNOREARG(x) ( (x) = (x) )