KWin
|
#include "drag_wl.h"
#include "databridge.h"
#include "dnd.h"
#include "xwayland.h"
#include "xwldrophandler.h"
#include "atoms.h"
#include "wayland/datadevice.h"
#include "wayland/datasource.h"
#include "wayland/seat.h"
#include "wayland/surface.h"
#include "wayland_server.h"
#include "workspace.h"
#include "x11window.h"
#include <QMouseEvent>
#include <QTimer>
#include "moc_drag_wl.cpp"
Go to the source code of this file.
Namespaces | |
namespace | KWin |
namespace | KWin::Xwl |
Typedefs | |
using | DnDAction = KWin::DataDeviceManagerInterface::DnDAction |
using | DnDActions = KWin::DataDeviceManagerInterface::DnDActions |
Definition at line 30 of file drag_wl.cpp.
using DnDActions = KWin::DataDeviceManagerInterface::DnDActions |
Definition at line 31 of file drag_wl.cpp.