summaryrefslogtreecommitdiff
path: root/src/Texture.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Texture.hh')
-rw-r--r--src/Texture.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Texture.hh b/src/Texture.hh
index 24be5df1..fa6c6390 100644
--- a/src/Texture.hh
+++ b/src/Texture.hh
@@ -33,6 +33,8 @@ class BImageControl;
class BTexture {
public:
enum Type {
+ // No texture
+ NoTexture = (0),
// bevel options
Flat = (1l<<0),
Sunken = (1l<<1),