From f2674ed27cf3b1839e84a46e10c2e9cc65e3bc8c Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 12 Jul 2010 19:11:42 -0700 Subject: [PATCH] XWFEATURE_RAISETILE is off by default --- xwords4/linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 17b53bcef..becc1e77e 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -80,6 +80,7 @@ ifdef DO_GTK DEFINES += -DXWFEATURE_SEARCHLIMIT endif DEFINES += -DFEATURE_TRAY_EDIT +#DEFINES += -DXWFEATURE_RAISETILE #DEFINES += -DDRAW_WITH_PRIMITIVES ifdef CURSES_CELL_HT