1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-23 10:35:50 +01:00

dnd changes

This commit is contained in:
kojima
2000-04-04 02:27:45 +00:00
parent 2c0fdba09e
commit 760c552584

View File

@@ -110,7 +110,8 @@ struct W_DraggingInfo {
/* should be treated as internal data */ /* should be treated as internal data */
WMView *sourceView; WMView *sourceView;
WMView *destView; WMView *destView;
WMSize mouseOffset;
unsigned finished:1;
}; };
@@ -273,6 +274,8 @@ typedef struct W_Screen {
Atom xdndActionAsk; Atom xdndActionAsk;
Atom xdndActionPrivate; Atom xdndActionPrivate;
Atom wmIconDragOffsetAtom;
Atom wmStateAtom; /* WM_STATE */ Atom wmStateAtom; /* WM_STATE */
/* stuff for detecting double-clicks */ /* stuff for detecting double-clicks */