X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=78a984e52172d945584c0875fbfb2be8cef84268;hb=30561a0161629b15abe1beeb97eec3fc0768efaf;hp=efef213d25547c9c7c688d7a5ca533e915ec5114;hpb=92e55c7c53cb808b584982ac8f6d69112d713fab;p=dwm.git diff --git a/dwm.h b/dwm.h index efef213..78a984e 100644 --- a/dwm.h +++ b/dwm.h @@ -22,7 +22,7 @@ union Arg { }; /* atoms */ -enum { NetSupported, NetWMName, NetActiveWindow, NetLast }; +enum { NetSupported, NetWMName, NetLast }; enum { WMProtocols, WMDelete, WMLast }; /* cursor */ @@ -43,7 +43,6 @@ struct DC { /* draw context */ int x, y, w, h; unsigned long bg; unsigned long fg; - unsigned long border; Drawable drawable; Fnt font; GC gc; @@ -91,7 +90,6 @@ extern Client *getctitle(Window w); extern void gravitate(Client *c, Bool invert); extern void higher(Client *c); extern void killclient(Arg *arg); -extern void lower(Client *c); extern void manage(Window w, XWindowAttributes *wa); extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c);