From: Christophe CURIS <[email protected]>
The XDND support is not enabled by default, and not simple to
enable (does not use the appropriate configure flag method).
With previous global namespace related patches, this file not being
enabled a change was missed. Now at least it compiles, although it
is still an experimental feature.
---
src/xdnd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xdnd.c b/src/xdnd.c
index bbf6250..48891d1 100644
--- a/src/xdnd.c
+++ b/src/xdnd.c
@@ -213,7 +213,7 @@ Bool acceptXDND(Window window)
}
}
}
- if (icon_pos < 0 && (dock =
scr->workspaces[w_global.workspace.current]->clip) != NULL) {
+ if (icon_pos < 0 && (dock =
w_global.workspace.array[w_global.workspace.current]->clip) != NULL) {
for (i = 0; i < dock->max_icons; i++) {
if (dock->icon_array[i]
&& dock->icon_array[i]->icon->core->window ==
window) {
--
1.8.4.rc3
--
To unsubscribe, send mail to [email protected].