summaryrefslogtreecommitdiff
path: root/st-0.8.5/x.c.rej
blob: ff09009f3c60161fe0d05b1084d1b7c67d480348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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");