diff options
author | fluxgen <fluxgen> | 2006-02-19 11:11:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 11:11:22 (GMT) |
commit | b772fd969f039f7683d2bd666b7573eeb9d468e3 (patch) | |
tree | 3d1ae639f5f314f9f55005aa3dad912524afa181 /src/Makefile.am | |
parent | d099e7673a51f76b2e6f54484152901288f90ae2 (diff) | |
download | fluxbox-b772fd969f039f7683d2bd666b7573eeb9d468e3.zip fluxbox-b772fd969f039f7683d2bd666b7573eeb9d468e3.tar.bz2 |
moved placement strategies to different PlacementStrategy classes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f2f515d..156eff8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -128,6 +128,11 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
128 | Resources.cc \ | 128 | Resources.cc \ |
129 | WindowCmd.hh WindowCmd.cc \ | 129 | WindowCmd.hh WindowCmd.cc \ |
130 | FocusControl.hh FocusControl.cc \ | 130 | FocusControl.hh FocusControl.cc \ |
131 | CascadePlacement.hh CascadePlacement.cc \ | ||
132 | ColSmartPlacement.hh ColSmartPlacement.cc \ | ||
133 | RowSmartPlacement.hh RowSmartPlacement.cc \ | ||
134 | ScreenPlacement.hh ScreenPlacement.cc \ | ||
135 | UnderMousePlacement.hh UnderMousePlacement.cc \ | ||
131 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 136 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
132 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} | 137 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} |
133 | 138 | ||