]> Dogcows Code - chaz/openbox/commitdiff
added "NoTexture" type
authorDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 05:23:28 +0000 (05:23 +0000)
committerDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 05:23:28 +0000 (05:23 +0000)
render/render.h

index 78a00d88091a657163d7f77e1262dc9fd2d0c77e..5f632dc545f97599b2d905ceafaf4aae1e0b7b09 100644 (file)
@@ -40,7 +40,8 @@ typedef enum {
 typedef enum {
     Bitmask,
     Text,
-    RGBA
+    RGBA,
+    NoTexture
 } TextureType;
 
 typedef struct PlanarSurface {
This page took 0.022632 seconds and 4 git commands to generate.