diff options
author | fluxgen <fluxgen> | 2006-02-18 09:20:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-18 09:20:58 (GMT) |
commit | c21f0d4a74625c65a0bf0ef2593fa0c596b701a7 (patch) | |
tree | dd9105bfa5991047256f2a707654f0d53bd69e64 /src | |
parent | 43f690ff7bd11637e0a7a91bcd99fe6b451ac6e5 (diff) | |
download | fluxbox_pavel-c21f0d4a74625c65a0bf0ef2593fa0c596b701a7.zip fluxbox_pavel-c21f0d4a74625c65a0bf0ef2593fa0c596b701a7.tar.bz2 |
moved all focus handling to class FocusControl
Diffstat (limited to 'src')
-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 3ccf687..f2f515d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -127,6 +127,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
127 | HeadArea.hh HeadArea.cc \ | 127 | HeadArea.hh HeadArea.cc \ |
128 | Resources.cc \ | 128 | Resources.cc \ |
129 | WindowCmd.hh WindowCmd.cc \ | 129 | WindowCmd.hh WindowCmd.cc \ |
130 | FocusControl.hh FocusControl.cc \ | ||
130 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 131 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
131 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} | 132 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} |
132 | 133 | ||