added TextureRender, Timer and ImageControl
This commit is contained in:
parent
b2cd18b3d9
commit
9cdda3e68a
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@ endif
|
|||
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
|
||||
EventHandler.hh EventManager.hh EventManager.cc \
|
||||
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
|
||||
ImageControl.hh ImageControl.cc \
|
||||
Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \
|
||||
RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
|
||||
Text.hh Text.cc \
|
||||
Texture.cc Texture.hh Theme.hh Theme.cc \
|
||||
Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \
|
||||
XFontImp.cc XFontImp.hh \
|
||||
Button.hh Button.cc \
|
||||
${xft_SOURCE} \
|
||||
|
|
Loading…
Reference in a new issue