----- Martin Frydl <[email protected]> a écrit : > Added CycleIgnoresMinimized configuration option settable on Expert page in > WPrefs. > When option is set, switch panel cycling ignores minimized (grayed) windows. > They > are still visible and can be selected using left/right arrows or mouse click. > --- > WPrefs.app/Expert.c | 5 ++++- > src/WindowMaker.h | 1 + > src/cycling.c | 6 +++--- > src/defaults.c | 4 +++- > src/switchpanel.c | 35 +++++++++++++++++------------------ > src/switchpanel.h | 2 +- > 6 files changed, 29 insertions(+), 24 deletions(-) > > diff --git a/WPrefs.app/Expert.c b/WPrefs.app/Expert.c > index b14f549..4445ba4 100644 > --- a/WPrefs.app/Expert.c > +++ b/WPrefs.app/Expert.c
Hello Martin, Although your patch looks quite interesting, it will not apply, because the file Expert.c has undergone a little update lately, specifically to make adding such options easier. Could I suggest you to switch to branch 'next', if not already the case, and pull the latest code? Regards, Christophe. -- To unsubscribe, send mail to [email protected].
