X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=event.c;h=0043ed29f78a7905e75e7e90b1da7a579003f441;hb=21898c6049ea66dae34a660598684a7babec1097;hp=72595b293d31403625229ae51b8cf49eb10d4585;hpb=629647dfee4251fc4856b70658dff35cf5634057;p=dwm.git diff --git a/event.c b/event.c index 72595b2..0043ed2 100644 --- a/event.c +++ b/event.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVI-MMVII Anselm R. Garbe * 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]) {