Re: [dev] libdraw development

2010-09-07 Thread Connor Lane Smith
On Monday, September 6, 2010, Kris Maglione maglion...@gmail.com wrote: On Mon, Sep 06, 2010 at 10:10:16PM +0200, Moritz Wilhelmy wrote: Isn't portability one of the goals? I don't use that kind of GNU extension gunk so I split my files anyway. Indeed. The day suckless software depends on GNU

Re: [dev] libdraw development

2010-09-07 Thread pancake
Another hacky option is to embed all functions in .h include files as 'static inline'. On 09/07/10 16:44, Connor Lane Smith wrote: On Monday, September 6, 2010, Kris Maglionemaglion...@gmail.com wrote: On Mon, Sep 06, 2010 at 10:10:16PM +0200, Moritz Wilhelmy wrote: Isn't portability one

Re: [dev] libdraw development

2010-09-07 Thread Szabolcs Nagy
* pancake panc...@youterm.com [2010-09-07 16:49:20 +0200]: Another hacky option is to embed all functions in .h include files as 'static inline'. then you'd have to include all code in the .h which would make compilation slow whereever draw.h is included the separate files are fine

[dev] [wmii] Remove titlebar

2010-09-07 Thread Nikhilesh S
Is there a way to disable drawing of titlebars? -- Nikhilesh S http://www.nikhilesh.info

[dev] [dvtm] buffered text on resize

2010-09-07 Thread Niki Yoshiuchi
When resizing a window in dvtm, the text buffers for each row are resized to reflect the number of columns. When making a window smaller, this has the effect of deleting all the text that has gone off the edge of the window. If you then make the window larger, that text won't be redrawn - it has