summaryrefslogtreecommitdiff
path: root/Tests/X11
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-03 18:18:04 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-03 18:18:04 -0500
commit7f0cbaa5eefde84f28ebe03c95a85765ca987093 (patch)
tree9a64eca461836c24da51688c077729c2135fb265 /Tests/X11
parent565afcbdb97c1a2bc05357644d85e09f957a2e0b (diff)
downloadcmake-7f0cbaa5eefde84f28ebe03c95a85765ca987093.tar.gz
Try to make test to run
Diffstat (limited to 'Tests/X11')
-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 ed5d491889..bac0836c4e 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);
}