diff options
author | Majin Sniper <majinsniper@gmx.de> | 2009-03-12 16:48:03 +0100 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-12 19:12:46 -0600 |
commit | b9191530c81595b0ad3d2faa6c4d21d75a720c29 (patch) | |
tree | a13f19443a464caa3329bb3d7d2c7ab378c70c9d /src/Makefile.am | |
parent | c7fa79ff1704d86e12e12b83e1e4745ca27a543a (diff) | |
download | mana-b9191530c81595b0ad3d2faa6c4d21d75a720c29.tar.gz mana-b9191530c81595b0ad3d2faa6c4d21d75a720c29.tar.bz2 mana-b9191530c81595b0ad3d2faa6c4d21d75a720c29.tar.xz mana-b9191530c81595b0ad3d2faa6c4d21d75a720c29.zip |
Extend color config gui to support the new colors
The new color palette supports many more colors that the browserbox can
display. So a change to the color config gui was needed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 06c392db..39fbc856 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/widgets/tab.h \ gui/widgets/tabbedarea.cpp \ gui/widgets/tabbedarea.h \ + gui/widgets/textpreview.cpp \ + gui/widgets/textpreview.h \ gui/browserbox.cpp \ gui/browserbox.h \ gui/button.cpp \ @@ -151,6 +153,7 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/textbox.h \ gui/textfield.cpp \ gui/textfield.h \ + gui/textrenderer.h \ gui/trade.cpp \ gui/trade.h \ gui/truetypefont.cpp \ |