diff options
author | fluxgen <fluxgen> | 2003-08-12 11:44:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-12 11:44:41 (GMT) |
commit | 9f939d9af99ad01cb7962a241ff62de5d064972d (patch) | |
tree | 68e14d2a3b65a0ac6799ae5c30f53c648b2e99d2 /src/FbTk/Texture.hh | |
parent | 680407c294b9de22f357b6667ccbc580105b7ce1 (diff) | |
download | fluxbox-9f939d9af99ad01cb7962a241ff62de5d064972d.zip fluxbox-9f939d9af99ad01cb7962a241ff62de5d064972d.tar.bz2 |
added TILED option
Diffstat (limited to 'src/FbTk/Texture.hh')
-rw-r--r-- | src/FbTk/Texture.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/FbTk/Texture.hh b/src/FbTk/Texture.hh index 333e12d..9c1df6f 100644 --- a/src/FbTk/Texture.hh +++ b/src/FbTk/Texture.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Texture.hh,v 1.3 2003/04/28 22:23:41 fluxgen Exp $ | 25 | // $Id: Texture.hh,v 1.4 2003/08/12 11:44:19 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FBTK_TEXTURE_HH | 27 | #ifndef FBTK_TEXTURE_HH |
28 | #define FBTK_TEXTURE_HH | 28 | #define FBTK_TEXTURE_HH |
@@ -64,9 +64,10 @@ public: | |||
64 | enum { | 64 | enum { |
65 | BEVEL1 = 0x04000, | 65 | BEVEL1 = 0x04000, |
66 | BEVEL2 = 0x08000, // bevel types | 66 | BEVEL2 = 0x08000, // bevel types |
67 | INVERT = 0x010000, //inverted image | 67 | INVERT = 0x10000, ///< inverted image |
68 | PARENTRELATIVE = 0x20000, | 68 | PARENTRELATIVE = 0x20000, |
69 | INTERLACED = 0x40000 | 69 | INTERLACED = 0x40000, |
70 | TILED = 0x80000 ///< tiled pixmap | ||
70 | }; | 71 | }; |
71 | 72 | ||
72 | Texture():m_type(0) { } | 73 | Texture():m_type(0) { } |