X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=8af071a9a2c036234b83e98e3877ebd92e366bf3;hb=5c48012ad25de8eb97818de9bff7c7021f5fe52f;hp=56b8433b97da4949aae8a57690990825d7e46669;hpb=1df45593ed0b5b0487fb605cb7dd46bcb09388e9;p=dwm.git diff --git a/dwm.h b/dwm.h index 56b8433..8af071a 100644 --- a/dwm.h +++ b/dwm.h @@ -47,7 +47,7 @@ struct Client { int x, y, w, h; int rx, ry, rw, rh; /* revert geometry */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; - int minax, minay, maxax, maxay; + int minax, maxax, minay, maxay; long flags; unsigned int border; Bool isbanned, isfixed, ismax, isfloating; @@ -130,7 +130,6 @@ void zoom(const char *arg); /* zooms the focused client to master area, arg is /* main.c */ void quit(const char *arg); /* quit dwm nicely */ -void sendevent(Window w, Atom a, long value); /* send synthetic event to w */ int xerror(Display *dsply, XErrorEvent *ee); /* dwm's X error handler */ /* tag.c */ @@ -146,4 +145,3 @@ void view(const char *arg); /* views the tag with arg's index */ void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ -