diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-26 21:31:55 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-26 21:31:55 (GMT) |
commit | b2546389a50ff370036590d799cfb640329160c5 (patch) | |
tree | ac86f4f4333728b9c1791b09a893b3a5724430b0 /src/FbTk/Makefile.am | |
parent | 396c6fe40f71450b3621554317695a689f46471d (diff) | |
download | fluxbox_lack-b2546389a50ff370036590d799cfb640329160c5.zip fluxbox_lack-b2546389a50ff370036590d799cfb640329160c5.tar.bz2 |
changing focusnew/mousefocus should affect windows that are already open
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 081bd07..0de5475 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -16,7 +16,7 @@ imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc | |||
16 | endif | 16 | endif |
17 | 17 | ||
18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
19 | ObjectRegistry.hh \ | 19 | ObjectRegistry.hh DefaultValue.hh \ |
20 | FileUtil.hh FileUtil.cc \ | 20 | FileUtil.hh FileUtil.cc \ |
21 | EventHandler.hh EventManager.hh EventManager.cc \ | 21 | EventHandler.hh EventManager.hh EventManager.cc \ |
22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |