From d03b0107e7cb1d58acd28f2b3df8b393199d84bd Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 Jan 2004 20:33:24 +0000 Subject: added missing invert type --- src/FbTk/Texture.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FbTk/Texture.cc b/src/FbTk/Texture.cc index 4c451cb..2b67842 100644 --- a/src/FbTk/Texture.cc +++ b/src/FbTk/Texture.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Texture.cc,v 1.6 2003/08/12 11:44:19 fluxgen Exp $ +// $Id: Texture.cc,v 1.7 2004/01/11 20:33:24 fluxgen Exp $ #include "Texture.hh" @@ -78,6 +78,8 @@ void Texture::setFromString(const char * const texture_str) { addType(Texture::SUNKEN); else if (strstr(ts, "flat")) addType(Texture::FLAT); + else if (strstr(ts, "invert")) + addType(Texture::INVERT); else addType(Texture::RAISED); -- cgit v0.11.2