]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
rectangle and diagonal grads yay
[chaz/openbox] / render / render.h
index 68fec4681ab1c9a06f437894d9844b1354432dea..16f5c31c6be11a0364c149a7cb1e26e663c58dd5 100644 (file)
@@ -33,8 +33,7 @@ typedef enum {
     Background_CrossDiagonal,
     Background_PipeCross,
     Background_Rectangle,
-    Background_Pyramid,
-    Background_Elliptic
+    Background_Pyramid
 } SurfaceColorType;
 
 typedef enum {
@@ -53,6 +52,8 @@ typedef struct PlanarSurface {
     color_rgb *primary;
     color_rgb *secondary;
     color_rgb *border_color;
+    color_rgb *bevel_dark; 
+    color_rgb *bevel_light;
     gboolean interlaced;
     gboolean border;
     struct Appearance *parent;
@@ -141,6 +142,7 @@ typedef struct Appearance {
 } Appearance;
 
 extern Visual *render_visual;
+extern XVisualInfo render_visual_info;
 extern int render_depth;
 extern Colormap render_colormap;
 
@@ -149,6 +151,7 @@ void (*paint)(Window win, Appearance *l);
 void render_startup(void);
 void init_appearance(Appearance *l);
 void x_paint(Window win, Appearance *l);
+void gl_paint(Window win, Appearance *l);
 void render_shutdown(void);
 Appearance *appearance_new(SurfaceType type, int numtex);
 Appearance *appearance_copy(Appearance *a);
This page took 0.02154 seconds and 4 git commands to generate.