From 760c552584927ac3af0e7ccdcb4a11778391e031 Mon Sep 17 00:00:00 2001 From: kojima Date: Tue, 4 Apr 2000 02:27:45 +0000 Subject: [PATCH] dnd changes --- WINGs/WINGsP.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WINGs/WINGsP.h b/WINGs/WINGsP.h index 40aa741a..4db3bb9d 100644 --- a/WINGs/WINGsP.h +++ b/WINGs/WINGsP.h @@ -110,7 +110,8 @@ struct W_DraggingInfo { /* should be treated as internal data */ WMView *sourceView; WMView *destView; - + WMSize mouseOffset; + unsigned finished:1; }; @@ -272,6 +273,8 @@ typedef struct W_Screen { Atom xdndActionLink; Atom xdndActionAsk; Atom xdndActionPrivate; + + Atom wmIconDragOffsetAtom; Atom wmStateAtom; /* WM_STATE */