From: Scott L. <sl...@cs...> - 2002-04-01 10:32:14
|
Couldn't sleep, so gathered some more info. Looks like fvwm is moving to a per message type structure for each module message. Currently the only message that is different is the one for the pager so I expect all other fvwm modules will still work. As for the pager, they replaced the flags field with a layer field. They also changed the border_width field to a short but I don't think it matters since it will get padded out to a long anyway. Might make a difference on machine with a different endianess though. Most likely changing it so it sends 0 instead of flags will make it work with the new pager. - Scott > Yea, I've known this for a while. I've just continued using the old > pager. Do you know if the module interface itself has changed or just > the pager? E.g., do new FvwmWinList modules still work (that was > the only other fvwm module that I used with Scwm). > > Thanks, > Greg > > > Scott Lenser <sl...@cs...> writes: > > > Bad news. > > > > The newest version of the fvwm pager (2.4.x) breaks our compatibility > > layer. It prevents it from displaying windows. The old version > > from 2.2.x works fine. > > > > Probably is just a minor change but need to determine what the change > > is a find out if there is a way to autodetect which version of the > > pager is being used. > > > > - Scott > |