From: Christophe CURIS <christophe.cu...@free.fr> Hello,
This series of patch try to improve the maintainability of the code of WPrefs by grouping stuff in arrays so that the code is easier to maintain and letting the compiler handle it for us instead of risky spread of constant number here and there. Regards, Christophe. WPrefs.app/Appearance.c | 375 +++++++++++++++++++++---------------------- WPrefs.app/Docks.c | 74 ++++----- WPrefs.app/Expert.c | 2 +- WPrefs.app/Menu.c | 2 +- WPrefs.app/MenuPreferences.c | 4 +- WPrefs.app/MouseSettings.c | 6 +- WPrefs.app/Preferences.c | 89 +++++----- WPrefs.app/WPrefs.h | 14 ++ WPrefs.app/WindowHandling.c | 93 +++++------ 9 files changed, 334 insertions(+), 325 deletions(-) -- 2.1.1 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.