aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-09-13 19:06:40 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-09-21 18:52:14 (GMT)
commitc69d5afb64b3ce90190cd5e0515020afb48a8b39 (patch)
tree854d625157c86643e815e4df2bbc834c09a91464 /src/Window.hh
parentbc1ad61a7d6f10debc5781032e428f297a6b2fad (diff)
downloadfluxbox-c69d5afb64b3ce90190cd5e0515020afb48a8b39.zip
fluxbox-c69d5afb64b3ce90190cd5e0515020afb48a8b39.tar.bz2
show tooltips for tabs
on the run (yes sucks, sorry) fixes a bug where windows were not activated on hovering the tab (for focus-follows-mouse policies) REQUEST: 95 The iconbar already shows tooltips and I doubt the claim that (untabbed) titlebars are "often" too short for the window title.
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index b6e56b2..0cfe73a 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -576,6 +576,7 @@ private:
576 WinClient *m_client; ///< current client 576 WinClient *m_client; ///< current client
577 typedef std::map<WinClient *, IconButton *> Client2ButtonMap; 577 typedef std::map<WinClient *, IconButton *> Client2ButtonMap;
578 Client2ButtonMap m_labelbuttons; 578 Client2ButtonMap m_labelbuttons;
579 bool m_has_tooltip;
579 580
580 SizeHints m_size_hint; 581 SizeHints m_size_hint;
581 struct { 582 struct {