]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
use the unfocused label when not focused
[chaz/openbox] / render / render.h
index 242f01d61302527ad85272132be046b53b6cb0ff..9cd1bd7379ad6e1e3d72acb6c0ad5af264de04d0 100644 (file)
@@ -71,10 +71,6 @@ typedef enum {
 } TextureType;
 
 typedef struct PlanarSurface {
-    int xoff;
-    int yoff;
-    int width;
-    int height;
     SurfaceColorType grad;
     ReliefType relief;
     BevelType bevel;
@@ -158,11 +154,11 @@ extern Visual *render_visual;
 extern int render_depth;
 extern Colormap render_colormap;
 
-void (*paint)(Window win, Appearance *l, int w, int h);
+void (*paint)(Window win, Appearance *l, int x, int y, int w, int h);
 
 void render_startup(void);
 void init_appearance(Appearance *l);
-void x_paint(Window win, Appearance *l, int w, int h);
+void x_paint(Window win, Appearance *l, int x, int y, int w, int h);
 void render_shutdown(void);
 Appearance *appearance_new(SurfaceType type, int numtex);
 Appearance *appearance_copy(Appearance *a);
This page took 0.020796 seconds and 4 git commands to generate.