From 2de0a19405347f240eb9b6294ea6d631a38da2c6 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 21 Sep 2010 13:40:15 +0200 Subject: implement the higher level TfpgDrag and TfpgMimeData classes. These are independant of the backend - they contain common code and interface. TfpgDrag will be used to initiate a drag action (acting as the source of a drag), and contain the data available for that drag action. --- src/corelib/x11/fpg_x11.pas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/x11/fpg_x11.pas') diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index 6419818c..166e1205 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -346,6 +346,10 @@ type end; + TfpgX11MimeData = class(TfpgMimeDataBase) + end; + + TfpgX11Drag = class(TfpgDragBase) private FLastTarget: TfpgWinHandle; -- cgit v1.2.3-70-g09d2