summarylogtreecommitdiffstats
path: root/yorick-cvs-pwin-border.patch
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-11-01 22:49:58 +0100
committerAlexander F Rødseth2015-11-01 22:49:58 +0100
commit42bb09993b55b1f486e1006ceeca7e1d61fc8501 (patch)
tree5a4a43378b5f00ee053cb207891fdfa5477427a8 /yorick-cvs-pwin-border.patch
downloadaur-42bb09993b55b1f486e1006ceeca7e1d61fc8501.tar.gz
Initial commit. Was lost in the transition to AUR4
Diffstat (limited to 'yorick-cvs-pwin-border.patch')
-rw-r--r--yorick-cvs-pwin-border.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/yorick-cvs-pwin-border.patch b/yorick-cvs-pwin-border.patch
new file mode 100644
index 000000000000..9d43928b86c1
--- /dev/null
+++ b/yorick-cvs-pwin-border.patch
@@ -0,0 +1,20 @@
+--- src/play/x11/pwin.c 2010-07-06 16:21:49.000000000 -0400
++++ src/play/x11/pwin.c.new 2010-07-06 16:17:03.000000000 -0400
+@@ -139,7 +139,7 @@
+ p_col_t bg, int hints, void *ctx)
+ {
+ p_win *w = x_create(s, (Window)parent_id, hints, ctx,
+- x, y, width, height, 2, bg, PWIN_PLAIN);
++ x, y, width, height, 0, bg, PWIN_PLAIN);
+ if (w) {
+ Display *dpy = s->xdpy->dpy;
+ if (hints&P_RGBMODEL) x_rgb_palette(w);
+@@ -154,7 +154,7 @@
+ p_col_t bg, int hints, void *ctx)
+ {
+ p_win *w = x_create(s, s->root, hints, ctx,
+- 0, 0, width, height, 2, bg, PWIN_PLAIN);
++ 0, 0, width, height, 0, bg, PWIN_PLAIN);
+ if (w) {
+ XTextProperty x_title, *px_title;
+ Display *dpy = s->xdpy->dpy;