Re: [PATCH 23/23] Code refactoring: replaced macro 'XDND' by 'USE_DOCK_XDND' for consistency

2015-06-28 Thread Christophe
- Rodolfo García Peñas k...@kix.es a écrit : On Thu, 25 Jun 2015, Rodolfo kix Garcia escribió: [...] kix@debian:~/src/wmaker/wmaker-crm$ grep xdnd.c src/* src/Makefile:am__append_1 = xdnd.c src/Makefile: wmspec.c workspace.c workspace.h wsmap.c wsmap.h xdnd.c \

Re: [PATCH 23/23] Code refactoring: replaced macro 'XDND' by 'USE_DOCK_XDND' for consistency

2015-06-13 Thread Christophe
- Rodolfo García Peñas k...@kix.es a écrit : On Mon, 06 Apr 2015, Christophe CURIS escribió: diff --git a/configure.ac b/configure.ac index 4e55a94..6a02376 100644 --- a/configure.ac +++ b/configure.ac @@ -502,15 +502,16 @@ AS_IF([test x$enable_modelock = xyes], dnl XDND

Re: [PATCH 23/23] Code refactoring: replaced macro 'XDND' by 'USE_DOCK_XDND' for consistency

2015-06-07 Thread Rodolfo García Peñas
On Mon, 06 Apr 2015, Christophe CURIS escribió: diff --git a/configure.ac b/configure.ac index 4e55a94..6a02376 100644 --- a/configure.ac +++ b/configure.ac @@ -502,15 +502,16 @@ AS_IF([test x$enable_modelock = xyes], dnl XDND Drag-nd-Drop support dnl =

[PATCH 23/23] Code refactoring: replaced macro 'XDND' by 'USE_DOCK_XDND' for consistency

2015-04-06 Thread Christophe CURIS
The usual way to define a macro in is to name macro with 'USE_xxx' when they are used to enable a feature 'xxx'. As the feature concerns the Dock and not DnD in general (WINGs support is not disabled), make it a bit more clear in the macro name and document the configure flag in the Installation