From: Christophe CURIS <[email protected]>
This code is probably never compiled, but that's not a reason to
leave it incorrect.
---
src/xdnd.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/xdnd.c b/src/xdnd.c
index 48891d1..2434790 100644
--- a/src/xdnd.c
+++ b/src/xdnd.c
@@ -20,23 +20,23 @@
#define XDND_VERSION 3L
-Atom _XA_XdndAware;
-Atom _XA_XdndEnter;
-Atom _XA_XdndLeave;
-Atom _XA_XdndDrop;
-Atom _XA_XdndPosition;
-Atom _XA_XdndStatus;
-Atom _XA_XdndActionCopy;
-Atom _XA_XdndSelection;
-Atom _XA_XdndFinished;
-Atom _XA_WINDOWMAKER_XDNDEXCHANGE;
+static Atom _XA_XdndAware;
+static Atom _XA_XdndEnter;
+static Atom _XA_XdndLeave;
+static Atom _XA_XdndDrop;
+static Atom _XA_XdndPosition;
+static Atom _XA_XdndStatus;
+static Atom _XA_XdndActionCopy;
+static Atom _XA_XdndSelection;
+static Atom _XA_XdndFinished;
+static Atom _XA_WINDOWMAKER_XDNDEXCHANGE;
/*
Atom _XA_MOTIF_DRAG_RECEIVER_INFO;
Atom _XA_MOTIF_DRAG_AND_DROP_MESSAGE;
*/
-Atom atom_support;
+static Atom atom_support;
void wXDNDInitializeAtoms()
{
--
1.8.4.rc3
--
To unsubscribe, send mail to [email protected].