aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.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/IconButton.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/IconButton.hh')
-rw-r--r--src/IconButton.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh
index 4f1587b..afb97bf 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -79,6 +79,8 @@ private:
79 /// Called when client title changed. 79 /// Called when client title changed.
80 void clientTitleChanged(); 80 void clientTitleChanged();
81 81
82 void setCurrentIconbarItem(Window xid);
83
82 Focusable &m_win; 84 Focusable &m_win;
83 FbTk::FbWindow m_icon_window; 85 FbTk::FbWindow m_icon_window;
84 FbTk::FbPixmap m_icon_pixmap; 86 FbTk::FbPixmap m_icon_pixmap;