From: Christophe CURIS <[email protected]> Hello,
This series of patch provides better detection for the X extension that may (or may not) be available, including some code refactoring to have consistency (which makes re-using easier) and better autoconf macros. Regards, Christophe. WINGs/dragsource.c | 4 +- WINGs/wballoon.c | 4 +- WINGs/wcolorpanel.c | 12 +-- configure.ac | 130 +++++++++++-------------------- m4/windowmaker.m4 | 123 +++++++++++++++++++++++++++++ m4/wm_imgfmt_check.m4 | 208 +++++++++++--------------------------------------- m4/wm_xext_check.m4 | 198 +++++++++++++++++++++++++++++++++++++++++++++++ src/WindowMaker.h | 4 +- src/client.c | 4 +- src/dialog.c | 4 +- src/event.c | 16 ++-- src/screen.c | 4 +- src/startup.c | 8 +- src/switchpanel.c | 4 +- src/window.c | 12 +-- src/window.h | 4 +- src/workspace.c | 14 ++-- src/xinerama.c | 6 +- util/wmsetbg.c | 18 ++--- wrlib/context.c | 2 +- wrlib/convert.c | 10 +-- wrlib/wraster.h | 4 +- wrlib/xutil.c | 30 ++++---- 23 files changed, 492 insertions(+), 331 deletions(-) create mode 100644 m4/wm_xext_check.m4 -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
