a problem with rxvt-unicode falling out of Fluxbox' control when started with the borderless option. (upstream git commit db08329d8bc689ff14cbb9084814d652ae349621)
18 lines
851 B
Plaintext
18 lines
851 B
Plaintext
$OpenBSD: patch-src_FbAtoms_cc,v 1.1 2012/01/20 11:53:30 dcoppa Exp $
|
|
|
|
Add mwm _MOTIF_WM_INFO atom to advertise mwm hints capability: fix
|
|
a problem with rxvt-unicode falling out of Fluxbox' control when
|
|
started with the borderless option.
|
|
(upstream git commit db08329d8bc689ff14cbb9084814d652ae349621)
|
|
|
|
--- src/FbAtoms.cc.orig Fri Jan 20 12:29:06 2012
|
|
+++ src/FbAtoms.cc Fri Jan 20 12:29:50 2012
|
|
@@ -37,6 +37,7 @@ FbAtoms::FbAtoms() {
|
|
xa_wm_change_state = XInternAtom(dpy, "WM_CHANGE_STATE", False);
|
|
xa_wm_delete_window = XInternAtom(dpy, "WM_DELETE_WINDOW", False);
|
|
xa_wm_take_focus = XInternAtom(dpy, "WM_TAKE_FOCUS", False);
|
|
+ motif_wm_info = XInternAtom(dpy, "_MOTIF_WM_INFO", False);
|
|
motif_wm_hints = XInternAtom(dpy, "_MOTIF_WM_HINTS", False);
|
|
|
|
blackbox_attributes = XInternAtom(dpy, "_BLACKBOX_ATTRIBUTES", False);
|