From ace9f98d3d77ce69a3b8501dbecd79cae1b5b215 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 15 Jan 2017 13:45:02 -0600 Subject: makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, _x11.c commented out sky generation --- src/graphics_x11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/graphics_x11.c') 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