diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-19 19:43:34 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-19 19:43:34 +0000 |
| commit | da4f635d6b7f6befd07942ca1d34bcb976dff66f (patch) | |
| tree | c68ba19caba3fe902f3155a2738ba77280e342d9 /st-0.8.5/x.c.rej | |
| parent | 1b1e0830abbf11284e5eca032b4111466be8ad0d (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.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"); |