mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
Code refactoring: replaced macro 'XDND' by 'USE_DOCK_XDND' for consistency
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 Manual. Took opportunity to compile the corresponding file only when the feature is not disabled. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
2ebfcd9c5c
commit
b4cf94aacd
5
doc/build/Compilation.texi
vendored
5
doc/build/Compilation.texi
vendored
@@ -571,6 +571,11 @@ Disable support for Motif's MWM Window Manager hints.
|
||||
These attributes were introduced by the Motif toolkit to ask for special window appearance requests.
|
||||
Nowadays this is covered by the NetWM/EWMH specification, but there are still applications that rely on MWM Hints.
|
||||
|
||||
@item --disable-xdnd
|
||||
Disable support for dragging and dropping files on the dock, which launches a user-specified command
|
||||
with that file.
|
||||
Starting from version 0.65.6 this feature is enabled by default.
|
||||
|
||||
@item --enable-ld-version-script
|
||||
This feature is auto-detected, and you should not use this option.
|
||||
When compiling a library (@file{wrlib}, ...), @emph{gcc} has the possibility to filter the list of
|
||||
|
||||
Reference in New Issue
Block a user