Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-27 Thread garbeam
On 26 July 2011 15:55, Connor Lane Smith wrote: > On 26 July 2011 14:36, mauro tonon wrote: >> Sorry, i didn't mean the declaration but the pre-declaration or the >> prototype or how it is called... > > Yeah, it's missing. > > (grep says it's the only prototype missing, btw.) Yes, the whole lot

Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-26 Thread Connor Lane Smith
Hey, On 26 July 2011 14:36, mauro tonon wrote: > Sorry, i didn't mean the declaration but the pre-declaration or the > prototype or how it is called... Yeah, it's missing. (grep says it's the only prototype missing, btw.) cls

Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-26 Thread mauro tonon
Sorry, i didn't mean the declaration but the pre-declaration or the prototype or how it is called... well, the equivalent of this: #ifdef XINERAMA static Bool isuniquegeom(XineramaScreenInfo *unique, size_t n, XineramaScreenInfo *info); #endif /*XINERAMA */ 2011/7/26 Jacob Todd : > Grep is you

Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-26 Thread Jacob Todd
Grep is your friend. On Jul 26, 2011 9:10 AM, "mauro tonon" wrote: > 2011/7/25 Thomas Dahms : >> Hi, >> >> 2011/7/22 mauro tonon : >>> I noted that if i disable Xinerama, i don't use also the following >>> functions: dirtomon, focusmon, tagmon. >>> So, i think it is possible to hold all these func

Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-26 Thread mauro tonon
2011/7/25 Thomas Dahms : > Hi, > > 2011/7/22 mauro tonon : >> I noted that if i disable Xinerama, i don't use also the following >> functions: dirtomon, focusmon, tagmon. >> So, i think it is possible to hold all these functions between "#ifdef >> XINERAMA ... #endif". >> The difference in the fina

Re: [dev] dwm 5.9 small patch for non xinerama users

2011-07-25 Thread Thomas Dahms
Hi, 2011/7/22 mauro tonon : > I noted that if i disable Xinerama, i don't use also the following > functions: dirtomon, focusmon, tagmon. > So, i think it is possible to hold all these functions between "#ifdef > XINERAMA ... #endif". > The difference in the final binary file size is very little b

[dev] dwm 5.9 small patch for non xinerama users

2011-07-22 Thread mauro tonon
Hi. I noted that if i disable Xinerama, i don't use also the following functions: dirtomon, focusmon, tagmon. So, i think it is possible to hold all these functions between "#ifdef XINERAMA ... #endif". The difference in the final binary file size is very little but... A possible patch is attached

[dev] dwm 5.9

2011-07-10 Thread garbeam
Hi there, after exactly 5 years since the first commit into the current dwm mercurial repository I'm glad to announce the new dwm-5.9 release which comes packed with lot's of community driven bugfixes. It can be obtained from the following download URL: http://dl.suckless.org/dwm/dwm-5.9.tar.g