summarylogtreecommitdiffstats
path: root/yorick-cvs-pwin-border.patch
diff options
context:
space:
mode:
Diffstat (limited to 'yorick-cvs-pwin-border.patch')
-rw-r--r--yorick-cvs-pwin-border.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/yorick-cvs-pwin-border.patch b/yorick-cvs-pwin-border.patch
deleted file mode 100644
index 9d43928b86c1..000000000000
--- a/yorick-cvs-pwin-border.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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;