X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=6f762321fbcb3c315130740854183a2368572f2d;hb=a3eabee391c4c2b575ec021bde4e66bd84191f75;hp=6a5b75700d6f9264389146d984ab1f2423e53790;hpb=bf2a3e4f8b4160e4cc719b2bfbf2e6551812dbd9;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index 6a5b757..6f76232 100644 --- a/src/panel.h +++ b/src/panel.h @@ -71,7 +71,6 @@ typedef struct { // position relative to root window int posx, posy; int marginx, marginy; - float initial_width, initial_height; int pourcentx, pourcenty; // location of the panel (monitor number) int monitor; @@ -105,8 +104,10 @@ extern Panel panel_config; extern Panel *panel1; extern int nb_panel; - +// realloc panels according to number of monitor +// use panel_config as default value void init_panel(); + void init_panel_size_and_position(Panel *panel); void cleanup_panel(); void resize_panel(void *obj);