diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-07 10:26:32 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-07 10:26:32 (GMT) |
commit | dbfddf8e0bcf8e7abbba671eff64c9679332a774 (patch) | |
tree | 37cefce75eef2f7e0c749c3489008608e71dcd6c /src/Makefile.am | |
parent | ac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (diff) | |
download | fluxbox-dbfddf8e0bcf8e7abbba671eff64c9679332a774.zip fluxbox-dbfddf8e0bcf8e7abbba671eff64c9679332a774.tar.bz2 |
added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9b0b1aa..683179d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -141,7 +141,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
141 | AttentionNoticeHandler.hh AttentionNoticeHandler.cc \ | 141 | AttentionNoticeHandler.hh AttentionNoticeHandler.cc \ |
142 | IconButton.hh IconButton.cc \ | 142 | IconButton.hh IconButton.cc \ |
143 | IconbarTheme.hh IconbarTheme.cc \ | 143 | IconbarTheme.hh IconbarTheme.cc \ |
144 | Focusable.hh FocusableList.hh FocusableList.cc \ | 144 | Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \ |
145 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 145 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
146 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} | 146 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} |
147 | 147 | ||