summaryrefslogtreecommitdiff
path: root/st-0.8.5/x.c.rej
diff options
context:
space:
mode:
Diffstat (limited to 'st-0.8.5/x.c.rej')
-rw-r--r--st-0.8.5/x.c.rej14
1 files changed, 0 insertions, 14 deletions
diff --git a/st-0.8.5/x.c.rej b/st-0.8.5/x.c.rej
deleted file mode 100644
index ff09009..0000000
--- a/st-0.8.5/x.c.rej
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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");