--- x.c +++ x.c @@ -1099,10 +1087,10 @@ void xinit(int cols, int rows) { XGCValues gcvalues; + Cursor cursor; Window parent; pid_t thispid = getpid(); XColor xmousefg, xmousebg; - Pixmap blankpm; if (!(xw.dpy = XOpenDisplay(NULL))) die("can't open display\n");