X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=a4dc2badaf1be1744095339d8d19cb234ec524fa;hb=ebe68f650a57be4ed41468c8ba48ea7c5177e574;hp=a96eec14fe0de41284b000c73d76db0aa14f0122;hpb=e9c49ddd7a021e99dc2e7518736211ab5bc8cf2c;p=dwm.git diff --git a/dwm.h b/dwm.h index a96eec1..a4dc2ba 100644 --- a/dwm.h +++ b/dwm.h @@ -105,7 +105,7 @@ extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ extern void killclient(Arg *arg); /* kill c nicely */ extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ -Client *nexttiled(Client *c); /* returns tiled successor of c */ +extern Client *nexttiled(Client *c); /* returns tiled successor of c */ extern void resize(Client *c, int x, int y, int w, int h, Bool sizehints); /* resize with given coordinates c*/ extern void updatesizehints(Client *c); /* update the size hint variables of c */