mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
don't include in curses-only build
This commit is contained in:
parent
2b2635aa8f
commit
cd0b0d815e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef PLATFORM_GTK
|
||||
|
||||
#include "gtkntilesask.h"
|
||||
|
||||
static void
|
||||
|
@ -90,3 +92,5 @@ askNTiles( GtkAppGlobals* globals, XP_U16 max, XP_U16 deflt )
|
|||
|
||||
return result;
|
||||
} /* askNTiles */
|
||||
|
||||
#endif /* PLATFORM_GTK */
|
||||
|
|
Loading…
Add table
Reference in a new issue