all repos — openbox @ c9c72cbe294b7924304a226f867686f3d05ff37a

openbox fork - make it a bit more like ryudo

added "NoTexture" type
Derek Foreman manmower@gmail.com
commit

c9c72cbe294b7924304a226f867686f3d05ff37a

parent

634de7191b8619e43f368a6b37ea5d7995ece55a

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M render/render.hrender/render.h

@@ -40,7 +40,8 @@

typedef enum { Bitmask, Text, - RGBA + RGBA, + NoTexture } TextureType; typedef struct PlanarSurface {