JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
yet another fix of copyright compactisition
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 0a259f8..ae648b5 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -1,4 +1,5 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * 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;