JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small change to comments, renamed two set* functions in client.c into update*
[dwm.git] / event.c
diff --git a/event.c b/event.c
index 9974192..74ae276 100644 (file)
--- a/event.c
+++ b/event.c
@@ -343,11 +343,11 @@ propertynotify(XEvent *e)
                                        arrange(NULL);
                                break;
                        case XA_WM_NORMAL_HINTS:
-                               setsize(c);
+                               updatesize(c);
                                break;
                }
                if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
-                       settitle(c);
+                       updatetitle(c);
                        drawtitle(c);
                }
        }