summaryrefslogtreecommitdiff
path: root/src/graphics_x11.c
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-01-15 13:45:02 -0600
committerepoch <epoch@hacking.allowed.org>2017-01-15 13:45:02 -0600
commitace9f98d3d77ce69a3b8501dbecd79cae1b5b215 (patch)
tree4a9d7d7c9cc825b882c7e73030a31d26ee64871b /src/graphics_x11.c
parenta23de94db5347b9a4fe44b637052c970ca94ac06 (diff)
downloadhackvr-ace9f98d3d77ce69a3b8501dbecd79cae1b5b215.tar.gz
hackvr-ace9f98d3d77ce69a3b8501dbecd79cae1b5b215.zip
makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, _x11.c commented out sky generation
Diffstat (limited to 'src/graphics_x11.c')
-rw-r--r--src/graphics_x11.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics_x11.c b/src/graphics_x11.c
index f342089..a1cf145 100644
--- a/src/graphics_x11.c
+++ b/src/graphics_x11.c
@@ -336,6 +336,7 @@ int graphics_init() {
// XSetForeground(x11_global.dpy, gc, whiteColor);
// this was taking a "long" time.
+/*
printf("# generating sky... ");
skypixmap=XCreatePixmap(x11_global.dpy,x11_global.w,SKYW,SKYH,DefaultDepth(x11_global.dpy,DefaultScreen(x11_global.dpy)));
for(i=0;i<SKYH;i++) {
@@ -350,7 +351,7 @@ int graphics_init() {
}
}
printf("done.\n");
-
+*/
gra_global.mapxoff=gra_global.width/2;
gra_global.mapyoff=gra_global.height/2;
gra_global.drawminimap=DEFAULT_MINIMAP;