aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.hh
diff options
context:
space:
mode:
authorGediminas Liktaras <gliktaras@gmail.com>2011-12-08 13:34:09 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2011-12-10 16:13:19 (GMT)
commitcd339169d1961eb508ea89cee2609ec6d0fc0c15 (patch)
tree01acd158a03fb17a72e067ff0b36701da75e49dc /src/FbAtoms.hh
parent85ac5c4b2c6a526992f483a6e91867dc2f82a19e (diff)
downloadfluxbox_paul-cd339169d1961eb508ea89cee2609ec6d0fc0c15.zip
fluxbox_paul-cd339169d1961eb508ea89cee2609ec6d0fc0c15.tar.bz2
fbcompose - A compositing addon for fluxbox window manager.
fbcompose(1) is an optional compositing addon for fluxbox window manager. It augments fluxbox with a number of graphical features. Most notably, fbcompose allows fluxbox to properly display applications that require compositing (docky, for example), adds support for true window transparency (as opposed to fluxbox's pseudo transparency) and provides a plugin framework to extend the compositor's functionality. As this is still a beta version of the compositor, the bugs are likely.
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r--src/FbAtoms.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh
index 3ed52a5..09920f3 100644
--- a/src/FbAtoms.hh
+++ b/src/FbAtoms.hh
@@ -42,12 +42,16 @@ public:
42 // these atoms are for normal app->WM interaction beyond the scope of the 42 // these atoms are for normal app->WM interaction beyond the scope of the
43 // ICCCM... 43 // ICCCM...
44 Atom getFluxboxAttributesAtom() const { return blackbox_attributes; } 44 Atom getFluxboxAttributesAtom() const { return blackbox_attributes; }
45 Atom getFluxboxCurrentIconbarItemAtom() const { return current_iconbar_item; }
46 Atom getFluxboxResizeRectAtom() const { return resize_rect; }
45 47
46private: 48private:
47 FbAtoms(); 49 FbAtoms();
48 50
49 Atom blackbox_attributes; 51 Atom blackbox_attributes;
52 Atom current_iconbar_item;
50 Atom motif_wm_hints; 53 Atom motif_wm_hints;
54 Atom resize_rect;
51 Atom xa_wm_protocols; 55 Atom xa_wm_protocols;
52 Atom xa_wm_state; 56 Atom xa_wm_state;
53 Atom xa_wm_delete_window; 57 Atom xa_wm_delete_window;