diff options
Diffstat (limited to 'st-0.8.5/x.c.rej')
| -rw-r--r-- | st-0.8.5/x.c.rej | 14 |
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"); |