diff options
author | fluxgen <fluxgen> | 2003-01-10 01:03:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-10 01:03:15 (GMT) |
commit | 9cdda3e68a9e5f59972b250998e153567f4a1f07 (patch) | |
tree | f29dcea7c3262e4f56437eec0b171ac0b47ebf3b /src | |
parent | b2cd18b3d9071cce2d09f4f994b91070a84226f5 (diff) | |
download | fluxbox-9cdda3e68a9e5f59972b250998e153567f4a1f07.zip fluxbox-9cdda3e68a9e5f59972b250998e153567f4a1f07.tar.bz2 |
added TextureRender, Timer and ImageControl
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 1a28ad9..42b2423 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -10,10 +10,11 @@ endif | |||
10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
11 | EventHandler.hh EventManager.hh EventManager.cc \ | 11 | EventHandler.hh EventManager.hh EventManager.cc \ |
12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
13 | ImageControl.hh ImageControl.cc \ | ||
13 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | 14 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ |
14 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 15 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
15 | Text.hh Text.cc \ | 16 | Text.hh Text.cc \ |
16 | Texture.cc Texture.hh Theme.hh Theme.cc \ | 17 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ |
17 | XFontImp.cc XFontImp.hh \ | 18 | XFontImp.cc XFontImp.hh \ |
18 | Button.hh Button.cc \ | 19 | Button.hh Button.cc \ |
19 | ${xft_SOURCE} \ | 20 | ${xft_SOURCE} \ |