mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
add commented-out FEATURE_HIGHRES
This commit is contained in:
parent
add17b7a7e
commit
2e0722a3c1
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ MYDEFINES = -DXW_FEATURE_UTILS -DPOINTER_SUPPORT -DKEY_SUPPORT \
|
|||
# turn on letting users pick tiles "face-up"
|
||||
MYDEFINES += -DFEATURE_TRAY_EDIT
|
||||
|
||||
# turn on the HighRes stuff. Experimental for now, but eventually
|
||||
# should always be on.
|
||||
#MYDEFINES += -DFEATURE_HIGHRES
|
||||
|
||||
# Turn on network play over IP via cellular modem. Very much
|
||||
# experimental at this point!
|
||||
# MYDEFINES += -DBEYOND_IR
|
||||
|
|
Loading…
Reference in a new issue