diff options
author | Daniel Diaz <dydyman@gmail.com> | 2011-11-14 23:01:16 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-01-04 06:45:20 (GMT) |
commit | db08329d8bc689ff14cbb9084814d652ae349621 (patch) | |
tree | 04edd462282e55021540ef4861bd1f98e6c374f5 /src/FbAtoms.hh | |
parent | 0f994dbb28e2a348f7c254e051622acf88e08226 (diff) | |
download | fluxbox_pavel-db08329d8bc689ff14cbb9084814d652ae349621.zip fluxbox_pavel-db08329d8bc689ff14cbb9084814d652ae349621.tar.bz2 |
Add mwm _MOTIF_WM_INFO atom to advertise mwm hints capability
Applications like urxvt look for the _MOTIF_WM_INFO atom in order
to know if the window manager implements mwm hints. If this atom
is not found, then urxvt sets override_redirect when started with
the borderless option and falls out of the control of Fluxbox.
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r-- | src/FbAtoms.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh index 3ed52a5..dd1478c 100644 --- a/src/FbAtoms.hh +++ b/src/FbAtoms.hh | |||
@@ -47,6 +47,7 @@ private: | |||
47 | FbAtoms(); | 47 | FbAtoms(); |
48 | 48 | ||
49 | Atom blackbox_attributes; | 49 | Atom blackbox_attributes; |
50 | Atom motif_wm_info; | ||
50 | Atom motif_wm_hints; | 51 | Atom motif_wm_hints; |
51 | Atom xa_wm_protocols; | 52 | Atom xa_wm_protocols; |
52 | Atom xa_wm_state; | 53 | Atom xa_wm_state; |