CVS domivogt: * Global var fvwmlib_max_fd.

2007-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/03 05:46:57 Modified files: . : ChangeLog fvwm : events.c externs.h fvwm.c modconf.c module_interface.c module_interface.h libs

Re: latest changes to module_interface.[ch]

2007-01-03 Thread Dominik Vogt
On Wed, Jan 03, 2007 at 12:02:34PM +0100, Dominik Vogt wrote: With the introduction of the of the module_add_to_fdsets() function the code is now moving into a very unfortunate direction. When fvwm is busy, that function might be called thousands of times per second, with three superfluous

Re: macros and inline functions in module_interface.h

2007-01-03 Thread seventh guardian
On 1/1/07, Jacob Bachmeyer [EMAIL PROTECTED] wrote: seventh guardian wrote: On 12/31/06, seventh guardian [EMAIL PROTECTED] wrote: Hello [snip] Please note that just making them inline doesn't allow us to hide msg_masks_t right away. But it would if we hide the module struct. This is

Re: latest changes to module_interface.[ch]

2007-01-03 Thread seventh guardian
On 1/3/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Jan 03, 2007 at 12:02:34PM +0100, Dominik Vogt wrote: With the introduction of the of the module_add_to_fdsets() function the code is now moving into a very unfortunate direction. When fvwm is busy, that function might be called

Re: CVS renato: * Created function module_add_to_fdsets from events.c and module_interface.c

2007-01-03 Thread seventh guardian
On 1/3/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Jan 03, 2007 at 12:03:18AM +, seventh guardian wrote: On 1/2/07, Dominik Vogt [EMAIL PROTECTED] wrote: In the tests I'm calling the function GetFdWidth() twice for every module, which may incur in a bit overhead.. There's a

Re: latest changes to module_interface.[ch]

2007-01-03 Thread Dominik Vogt
On Wed, Jan 03, 2007 at 02:18:31PM +, seventh guardian wrote: On 1/3/07, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Jan 03, 2007 at 12:02:34PM +0100, Dominik Vogt wrote: With the introduction of the of the module_add_to_fdsets() function the code is now moving into a very unfortunate

CVS renato: * removed variable fd_width and call GetFdWidth, unused by FvwmBacker and not needed by FvwmBanner

2007-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/01/03 08:54:23 Modified files: modules: ChangeLog modules/FvwmBacker: FvwmBacker.c modules/FvwmBanner: FvwmBanner.c Log message: * removed variable fd_width and call GetFdWidth,

Re: Hello, where did fw-frame_g go?

2007-01-03 Thread seventh guardian
On 1/3/07, Jesús Guerrero [EMAIL PROTECTED] wrote: Hello, I am new to the list and my first question is this. I am not new to C but I am new to the fvwm sources, so I am a bit loss. In the rounded corners patch someone used fw-frame_g.width and fw-frame_g.height to access I-dont-know-what-info.

Re: Hello, where did fw-frame_g go?

2007-01-03 Thread seventh guardian
On 1/3/07, seventh guardian [EMAIL PROTECTED] wrote: On 1/3/07, Jesús Guerrero [EMAIL PROTECTED] wrote: Hello, I am new to the list and my first question is this. I am not new to C but I am new to the fvwm sources, so I am a bit loss. In the rounded corners patch someone used

CVS domivogt: * Missing ChangeLog description.

2007-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/04 01:32:48 Modified files: . : ChangeLog Log message: * Missing ChangeLog description.

Re: Hello, where did fw-frame_g go?

2007-01-03 Thread Dominik Vogt
On Wed, Jan 03, 2007 at 09:51:11PM +, seventh guardian wrote: On 1/3/07, seventh guardian [EMAIL PROTECTED] wrote: On 1/3/07, Jesús Guerrero [EMAIL PROTECTED] wrote: Hello, I am new to the list and my first question is this. I am not new to C but I am new to the fvwm sources, so I am

Re: FvwmIconBox: IconColorset bg color bug

2007-01-03 Thread Dominik Vogt
On Wed, Jan 03, 2007 at 11:33:19PM +0300, Serge (gentoosiast) Koksharov wrote: This patch fixes bug in the FvwmIconBox module. Changes of the IconColorset bg color aren't applied immediately. It easily reproducable by typing this in the FvwmConsole: Colorset 42 bg red *FvwmIconBox:

CVS domivogt: * Applied FvwmIconBox patch to fix IconColorset bg not being changed

2007-01-03 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/01/04 01:41:32 Modified files: . : ChangeLog NEWS modules: ChangeLog modules/FvwmIconBox: FvwmIconBox.c Log message: * Applied FvwmIconBox patch to fix