]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.h
add another padding parameter in config file, update documentation and sample config...
[chaz/tint2] / src / util / area.h
index 0294353e2571c640cbf3ef4e6bf05327a1874a15..29adf966df7b6ac6147d01fcda7cff0e76f43054 100644 (file)
@@ -75,7 +75,9 @@ typedef struct {
    // need redraw Pixmap
    int redraw;
    int use_active, is_active;
-   int paddingx, paddingy;
+   // paddingxlr = horizontal padding left/right
+   // paddingx = horizontal padding between childs
+   int paddingxlr, paddingx, paddingy;
    // parent Area
    void *parent;
 
This page took 0.025556 seconds and 4 git commands to generate.