JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
corrections
[dwm.git] / event.c
diff --git a/event.c b/event.c
index 72595b2..0043ed2 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,4 +1,4 @@
-/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
+/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
 #include "dwm.h"
@@ -314,7 +314,7 @@ propertynotify(XEvent *e) {
                                        arrange();
                                break;
                        case XA_WM_NORMAL_HINTS:
-                               updatesize(c);
+                               updatesizehints(c);
                                break;
                }
                if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {