Hi, I wrote these patches before continue with the abstraction work. Are minimal changes, variable movement, and code clean, with low impact.
Cheers, kix Rodolfo García Peñas (kix) (6): Varible session_state moved to w_global Removed WScreen argument shortcutWindows moved to w_global app_icon_list moved to w_global Removed unused variable wapp_list Removed unused keymove_tick variable src/WindowMaker.h | 9 +++++++++ src/actions.c | 3 +-- src/appicon.c | 13 ++++++------- src/application.c | 19 +++++-------------- src/defaults.c | 3 +-- src/dock.c | 15 ++++++--------- src/event.c | 27 ++++++++++++--------------- src/main.c | 3 --- src/menu.c | 7 +++---- src/moveres.c | 8 ++------ src/rootmenu.c | 4 ++-- src/screen.c | 31 ++++++++++++++++--------------- src/screen.h | 9 --------- src/session.c | 37 +++++++++++++++++++------------------ src/session.h | 2 +- src/window.c | 23 ++++++++++++----------- src/winmenu.c | 20 +++++++++----------- src/workspace.c | 6 +++--- 18 files changed, 107 insertions(+), 132 deletions(-) -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
