X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=wm.h;h=8f31f60cd69a2192102db66599f190b5009007ff;hp=fc07b5cad4ca9070a9742c200d4220057f7a248c;hb=2a0fc84c4af2257d79c4c7cb37131c4acb763162;hpb=896f08d7d553f7def3877648c113cf03e6ca546a diff --git a/wm.h b/wm.h index fc07b5c..8f31f60 100644 --- a/wm.h +++ b/wm.h @@ -63,6 +63,7 @@ extern void draw_bar(); extern void run(void *aux); extern void quit(void *aux); extern void kill(void *aux); +extern void sel(void *aux); /* client.c */ extern void manage(Window w, XWindowAttributes *wa); @@ -73,6 +74,7 @@ extern void update_name(Client *c); extern void draw_client(Client *c); extern void resize(Client *c); extern void update_size(Client *c); +extern Client *gettitle(Window w); /* event.c */ extern unsigned int discard_events(long even_mask);