On 2/8/06, Dominik Vogt <[EMAIL PROTECTED]> wrote: > On Wed, Feb 08, 2006 at 11:28:00AM +0000, seventh guardian wrote: > > On 2/8/06, Peter Williams <[EMAIL PROTECTED]> wrote: > > > FvwmPager correctly updates the window titles whenever they change, > > > but only updates the backcolors occasionally, in response to focus > > > events. > > > > > > Any suggestions for how to force the pager to redraw? > > > > > > > Hum.. I believe there's no command to force a redraw. I'll look to the > > source code and see if I find something to trigger the redraw. I don't > > know if that "something" even exists.. > > There is no way and no reason to trigger redraws manually. It's > a bug in FvwmPager. >
According to FvwmDebug, there are no configure_window messages posted to the modules that FvwmPager could latch on to in order to detect when a window backcolor changes. The only messages sent to the modules in my case (restyling as a result of a window name change) are m_visible_name, m_icon_name, and m_window_name. FvwmPager could check for backcolor when it receives one of those but that seems kind of silly... alternatively fvwm could brodcast an m_configure_window message to the modules whenever a window style changes. Does that sound reasonable? Thanks Peter
