From da4f635d6b7f6befd07942ca1d34bcb976dff66f Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 19 May 2022 19:43:34 +0000 Subject: Added st 0.8.5, added part to makefile --- st-0.8.5/x.c.rej | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 st-0.8.5/x.c.rej (limited to 'st-0.8.5/x.c.rej') diff --git a/st-0.8.5/x.c.rej b/st-0.8.5/x.c.rej new file mode 100644 index 0000000..ff09009 --- /dev/null +++ b/st-0.8.5/x.c.rej @@ -0,0 +1,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"); -- cgit v1.2.3