mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
xdnd drop support on dock.
This commit is contained in:
@@ -69,9 +69,6 @@ wCoreCreateTopLevel(WScreen *screen, int x, int y, int width, int height,
|
||||
attribs.border_pixel = screen->frame_border_pixel;
|
||||
attribs.event_mask = SubstructureRedirectMask | ButtonPressMask
|
||||
| ButtonReleaseMask | ButtonMotionMask | ExposureMask | EnterWindowMask
|
||||
#ifdef XDE_DND
|
||||
| StructureNotifyMask
|
||||
#endif
|
||||
| LeaveWindowMask;
|
||||
|
||||
vmask |= CWColormap;
|
||||
|
||||
Reference in New Issue
Block a user