Quoting message written on Sunday 2014-05-25 11:42:33 by Carlos R. Mafra:
> I cannot apply this. Just checking the chronology of development
> I don't understand how removing the above lines can fix your problem.

Those lines are part of the "void wShadeWindow(WWindow *wwin)" function.

If the window is already shaded it will just return.
If not, it will shade it but it will also unmap it and set the flag
wwin->flags.mapped to 0.

So I have removed those lines because I believe that shaded windows
should not be unmaped.

By removing those lines I was able to cycle trough the list of
windows, including shaded windows.

In the meantime I have noticed that changing workspace also affects
the cycling of shaded windows until the shaded window is unshaded
and shaded again.

> You said that wmaker-0.80.2 works for you, but the above lines are
> _much_ older than that:

Might be that in the meantime some code in the 0.9x that enabled the
cycling to include shaded windows has been removed thus leading to
the issue I have reported.

> Both Amadeusz and Zoltan confirm that your issue is related to
> setting "SwitchPanelImages = None". And this patch doesn't explain
> why that happens.

I believe they didn't fully understand the issue.

> Since you have the git repository, you can 'git bisect' the issue
> to find the real cause of your bug and fix this properly. It will
> probably have something to do with the SwitchPanelImages setting.

I am not well versed with the git or any other versioning system
but I'll try to see what I can do.

-- 
Josip Deanovic


-- 
To unsubscribe, send mail to [email protected].

Reply via email to