Re: [dwm] questions about DWM source

2008-11-09 Thread yy
2008/11/10 robert hickman [EMAIL PROTECTED]: Then I came across this pese of code in the manage function: Window trans = None; if(XGetTransientForHint(dpy, wind, trans)) t = getclient(trans); if(t) clien-tags = t-tags; else applyrules(clien); what exactly does

[dwm] questions about DWM source

2008-11-09 Thread robert hickman
Recently ive bean trying to find out how X11 window managers work, and how to wright them. as DWM seams to have the smallist code, but still be useable it seampt to be a good point to start. So far I've found the source to be quite difficult to follow, mainly due to the large number of global