summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-01-31 20:17:33 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-01-31 20:17:33 +0100
commit82f409dcb1e7d5688f6b1f00ee77c46fc6d35970 (patch)
tree57f1a77ce1b3226dce96ddbfd45c607549a73fef
parent91cf174841d7e1af745125685935dd191530f87d (diff)
downloadtvisiontest-82f409dcb1e7d5688f6b1f00ee77c46fc6d35970.tar.gz
tvisiontest-82f409dcb1e7d5688f6b1f00ee77c46fc6d35970.tar.bz2
-
-rw-r--r--makefiles/gmake/platform.mk.vars2
-rw-r--r--src/newt/test1.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/gmake/platform.mk.vars b/makefiles/gmake/platform.mk.vars
index 79c25d4..348ca3b 100644
--- a/makefiles/gmake/platform.mk.vars
+++ b/makefiles/gmake/platform.mk.vars
@@ -1,4 +1,4 @@
-ARCH=x86_64
+ARCH=x86
PLATFORM=LINUX
OS_MAJOR_VERSION=2
OS_MINOR_VERSION=6
diff --git a/src/newt/test1.cpp b/src/newt/test1.cpp
index 592303e..55b043c 100644
--- a/src/newt/test1.cpp
+++ b/src/newt/test1.cpp
@@ -35,7 +35,7 @@ int main( void )
form = newtForm( NULL, NULL, 0 );
- newtFormSetTimer( form, 200 );
+ newtFormSetTimer( form, 500 );
label1 = newtLabel( 2, 1, "First name:" );
const char *str1 = "";