diff options
Diffstat (limited to 'src/FbTk/Texture.hh')
-rw-r--r-- | src/FbTk/Texture.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Texture.hh b/src/FbTk/Texture.hh index 96953fd..91bf833 100644 --- a/src/FbTk/Texture.hh +++ b/src/FbTk/Texture.hh | |||
@@ -41,7 +41,7 @@ public: | |||
41 | FLAT = 0x00002, | 41 | FLAT = 0x00002, |
42 | SUNKEN = 0x00004, | 42 | SUNKEN = 0x00004, |
43 | RAISED = 0x00008, | 43 | RAISED = 0x00008, |
44 | DEFAULT_BEVEL = FLAT | 44 | DEFAULT_LEVEL = FLAT |
45 | }; | 45 | }; |
46 | 46 | ||
47 | enum Textures { | 47 | enum Textures { |