aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c.rej
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-31 22:35:20 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-31 22:35:20 +0200
commit8f7fe608601121d7c4ed9db792eb81c734bff882 (patch)
treecb8b8d6ce8a3b4b20c6b12df03df4ac986f7a651 /dmenu.c.rej
parent5215efefccc6fe77177781b1fc235259bb937744 (diff)
downloaddmenu-8f7fe608601121d7c4ed9db792eb81c734bff882.tar.gz
dmenu-8f7fe608601121d7c4ed9db792eb81c734bff882.tar.bz2
dmenu-8f7fe608601121d7c4ed9db792eb81c734bff882.zip
update
Diffstat (limited to 'dmenu.c.rej')
-rw-r--r--dmenu.c.rej15
1 files changed, 0 insertions, 15 deletions
diff --git a/dmenu.c.rej b/dmenu.c.rej
deleted file mode 100644
index 2424a2d..0000000
--- a/dmenu.c.rej
+++ /dev/null
@@ -1,15 +0,0 @@
---- dmenu.c
-+++ dmenu.c
-@@ -659,9 +659,11 @@ setup(void)
- swa.override_redirect = True;
- swa.background_pixel = scheme[SchemeNorm][ColBg].pixel;
- swa.event_mask = ExposureMask | KeyPressMask | VisibilityChangeMask;
-- win = XCreateWindow(dpy, parentwin, x, y, mw, mh, 0,
-+ win = XCreateWindow(dpy, parentwin, x, y - (topbar ? 0 : border_width * 2), mw - border_width * 2, mh, border_width,
- CopyFromParent, CopyFromParent, CopyFromParent,
- CWOverrideRedirect | CWBackPixel | CWEventMask, &swa);
-+ if (border_width)
-+ XSetWindowBorder(dpy, win, scheme[SchemeSel][ColBg].pixel);
- XSetClassHint(dpy, win, &ch);
-
-