diff options
author | rathnor <rathnor> | 2003-09-24 14:02:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-24 14:02:25 (GMT) |
commit | feb7462e381b4015bc736e90da87dc7cc5711b1a (patch) | |
tree | e028335ecbc02b1e79128247293003b2ce5afc29 /src/FbAtoms.hh | |
parent | bec4f7c894677a92d9210a1b1e511afd4cee5e5e (diff) | |
download | fluxbox_pavel-feb7462e381b4015bc736e90da87dc7cc5711b1a.zip fluxbox_pavel-feb7462e381b4015bc736e90da87dc7cc5711b1a.tar.bz2 |
Fix updates to mwm_hints, and make configure request move and resize atomic
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r-- | src/FbAtoms.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh index 2b4898c..3af1f31 100644 --- a/src/FbAtoms.hh +++ b/src/FbAtoms.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbAtoms.hh,v 1.10 2003/04/26 18:56:02 fluxgen Exp $ | 22 | // $Id: FbAtoms.hh,v 1.11 2003/09/24 14:02:25 rathnor Exp $ |
23 | #ifndef FBATOMS_HH | 23 | #ifndef FBATOMS_HH |
24 | #define FBATOMS_HH | 24 | #define FBATOMS_HH |
25 | 25 | ||
@@ -34,7 +34,6 @@ public: | |||
34 | 34 | ||
35 | static FbAtoms *instance(); | 35 | static FbAtoms *instance(); |
36 | 36 | ||
37 | |||
38 | inline Atom getWMChangeStateAtom() const { return xa_wm_change_state; } | 37 | inline Atom getWMChangeStateAtom() const { return xa_wm_change_state; } |
39 | inline Atom getWMStateAtom() const { return xa_wm_state; } | 38 | inline Atom getWMStateAtom() const { return xa_wm_state; } |
40 | inline Atom getWMDeleteAtom() const { return xa_wm_delete_window; } | 39 | inline Atom getWMDeleteAtom() const { return xa_wm_delete_window; } |
@@ -44,6 +43,7 @@ public: | |||
44 | // this atom is for normal app->WM hints about decorations, stacking, | 43 | // this atom is for normal app->WM hints about decorations, stacking, |
45 | // starting workspace etc... | 44 | // starting workspace etc... |
46 | inline Atom getFluxboxHintsAtom() const { return blackbox_hints;} | 45 | inline Atom getFluxboxHintsAtom() const { return blackbox_hints;} |
46 | inline Atom getMWMHintsAtom() const { return motif_wm_hints; } | ||
47 | 47 | ||
48 | // these atoms are for normal app->WM interaction beyond the scope of the | 48 | // these atoms are for normal app->WM interaction beyond the scope of the |
49 | // ICCCM... | 49 | // ICCCM... |
@@ -78,6 +78,8 @@ private: | |||
78 | // NETAttributes | 78 | // NETAttributes |
79 | Atom blackbox_attributes, blackbox_change_attributes, blackbox_hints; | 79 | Atom blackbox_attributes, blackbox_change_attributes, blackbox_hints; |
80 | 80 | ||
81 | Atom motif_wm_hints; | ||
82 | |||
81 | // NETStructureMessages | 83 | // NETStructureMessages |
82 | Atom blackbox_structure_messages, blackbox_notify_startup, | 84 | Atom blackbox_structure_messages, blackbox_notify_startup, |
83 | blackbox_notify_window_add, blackbox_notify_window_del, | 85 | blackbox_notify_window_add, blackbox_notify_window_del, |