diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-27 21:03:06 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-27 21:03:06 +0000 |
| commit | e663595a5c2e8048f33a27ab911bc9f229231df8 (patch) | |
| tree | 6a3034ac48b450f0f78b350fe90745ea40d565bd /puzzles.h | |
| parent | e73570451403c0bbc22d231d6f16cd5afab1524e (diff) | |
| download | puzzles-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ enum { #define SMALL_SCREEN #define PORTRAIT_SCREEN #define VIVID_COLOURS + #define STYLUS_BASED #endif #define IGNOREARG(x) ( (x) = (x) ) |