X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=ae648b5d4a65f72f462e6fd95349a9caf8363532;hp=c00f691621f6159d76550b4a3b0c7b19deea1e38;hb=a730213c3b47397c890eea0df7e03e45d5d38b6d;hpb=a58731e8355a1dd85df1275fe851c7a48648a162 diff --git a/dwm.h b/dwm.h index c00f691..ae648b5 100644 --- a/dwm.h +++ b/dwm.h @@ -1,4 +1,5 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. * * dynamic window manager is designed like any other X client as well. It is @@ -47,7 +48,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 +131,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 */