X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FTexture.hh;h=fa6c6390462b6d5c9678a415951a4eeebcfc388b;hb=9af642d29918e8b36d7f1fd17e4c771662d4fe97;hp=24be5df145e73716335ca32548afa272d4db133f;hpb=23aea9b42f24195d915ca3f0c4fa9dca778ba1cd;p=chaz%2Fopenbox 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),