X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/3aad92202d58208c4197857d3f17c535ba0bd56a..7fe717c29f9dafc4fc38313adbbb7c85619dec69:/dwm.h?ds=sidebyside diff --git a/dwm.h b/dwm.h index 118ac24..8af63f0 100644 --- a/dwm.h +++ b/dwm.h @@ -106,7 +106,7 @@ extern Client *getclient(Window w); extern void focus(Client *c); extern void update_name(Client *c); extern void draw_client(Client *c); -extern void resize(Client *c); +extern void resize(Client *c, Bool inc); extern void update_size(Client *c); extern Client *gettitle(Window w); extern void craise(Client *c);