comparison event.c @ 639:226ef912c093

renamed updatesize into updatesizehints (thx to Sander for this hint)
author arg@mig29
date Mon, 01 Jan 2007 19:10:31 +0100
parents 264f02dd2ad0
children e90bf387bf6f
comparison
equal deleted inserted replaced
638:276238ad9516 639:226ef912c093
312 XGetTransientForHint(dpy, c->win, &trans); 312 XGetTransientForHint(dpy, c->win, &trans);
313 if(!c->isfloat && (c->isfloat = (trans != 0))) 313 if(!c->isfloat && (c->isfloat = (trans != 0)))
314 arrange(); 314 arrange();
315 break; 315 break;
316 case XA_WM_NORMAL_HINTS: 316 case XA_WM_NORMAL_HINTS:
317 updatesize(c); 317 updatesizehints(c);
318 break; 318 break;
319 } 319 }
320 if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { 320 if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
321 updatetitle(c); 321 updatetitle(c);
322 resizetitle(c); 322 resizetitle(c);