summaryrefslogtreecommitdiff
path: root/st-0.8.5/x.c.rej
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-19 19:43:34 +0000
committerstkhan <personal@slickd.xyz>2022-05-19 19:43:34 +0000
commitda4f635d6b7f6befd07942ca1d34bcb976dff66f (patch)
treec68ba19caba3fe902f3155a2738ba77280e342d9 /st-0.8.5/x.c.rej
parent1b1e0830abbf11284e5eca032b4111466be8ad0d (diff)
Added st 0.8.5, added part to makefile
Diffstat (limited to 'st-0.8.5/x.c.rej')
-rw-r--r--st-0.8.5/x.c.rej14
1 files changed, 14 insertions, 0 deletions
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");