mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-23 10:35:50 +01:00
dnd changes
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user