summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-03 23:18:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-03 23:18:04 (GMT)
commit7f0cbaa5eefde84f28ebe03c95a85765ca987093 (patch)
tree9a64eca461836c24da51688c077729c2135fb265 /Tests
parent565afcbdb97c1a2bc05357644d85e09f957a2e0b (diff)
downloadCMake-7f0cbaa5eefde84f28ebe03c95a85765ca987093.zip
CMake-7f0cbaa5eefde84f28ebe03c95a85765ca987093.tar.gz
CMake-7f0cbaa5eefde84f28ebe03c95a85765ca987093.tar.bz2
Try to make test to run
Diffstat (limited to 'Tests')
-rw-r--r--Tests/X11/X11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/X11/X11.c b/Tests/X11/X11.c
index ed5d491..bac0836 100644
--- a/Tests/X11/X11.c
+++ b/Tests/X11/X11.c
@@ -25,6 +25,7 @@ char **argv;
int done;
mydisplay=XOpenDisplay("");
+/*
myscreen=DefaultScreen(mydisplay);
myforeground=BlackPixel(mydisplay, myscreen);
@@ -34,6 +35,7 @@ char **argv;
myhint.height, 5,
myforeground, mybackground );
XDestroyWindow(mydisplay, mywindow);
+*/
XCloseDisplay(mydisplay);
exit(0);
}