diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-22 14:18:20 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-22 14:18:20 (GMT) |
commit | 84a81a1ac1cd24830fc68c7fc46aa10b6f01e6af (patch) | |
tree | e6cbca64fe0545f1d2deb7de0132ce4f3653ecbd /src/FbTk/Texture.hh | |
parent | 0569849c6d945257ab1d9d8f0c915103bf37fdb5 (diff) | |
download | fluxbox-84a81a1ac1cd24830fc68c7fc46aa10b6f01e6af.zip fluxbox-84a81a1ac1cd24830fc68c7fc46aa10b6f01e6af.tar.bz2 |
renamed Texture:DEFAULT_BEVEL to Texture::DEFAULT_LEVEL
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 { |