diff options
author | Matteo Galiazzo <matteo@maltesenarrazioni.it> | 2008-05-05 12:05:52 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-05 12:05:52 (GMT) |
commit | 4a3be045b28edac4953be9f195640654f8b5a1a1 (patch) | |
tree | 4b2e6466b54a5fb4bb6406ff9cf38c420be032df /src/Makefile.am | |
parent | ba604ac821b7c1c89d10b0e8c9f85fde948856ef (diff) | |
download | fluxbox_pavel-4a3be045b28edac4953be9f195640654f8b5a1a1.zip fluxbox_pavel-4a3be045b28edac4953be9f195640654f8b5a1a1.tar.bz2 |
add tooltips for iconbar buttons when title is too long to fit
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0fc5a7a..337b99c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -106,6 +106,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
106 | RootTheme.hh RootTheme.cc \ | 106 | RootTheme.hh RootTheme.cc \ |
107 | FbRootWindow.hh FbRootWindow.cc \ | 107 | FbRootWindow.hh FbRootWindow.cc \ |
108 | OSDWindow.hh OSDWindow.cc \ | 108 | OSDWindow.hh OSDWindow.cc \ |
109 | TooltipWindow.hh TooltipWindow.cc \ | ||
109 | Screen.cc Screen.hh ScreenResources.cc \ | 110 | Screen.cc Screen.hh ScreenResources.cc \ |
110 | Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \ | 111 | Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \ |
111 | WinButton.hh WinButton.cc \ | 112 | WinButton.hh WinButton.cc \ |