From c7aba1033dffa6c019f3d71e2ca3c849e86da8cd Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Sat, 17 Apr 1999 13:44:42 +0000 Subject: [PATCH] Changed the DRAG & Drop ifdef git-svn-id: svn://10.0.0.236/trunk@27981 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/windows/nsWindow.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mozilla/widget/src/windows/nsWindow.h b/mozilla/widget/src/windows/nsWindow.h index eb0dce9e745..b027780b882 100644 --- a/mozilla/widget/src/windows/nsWindow.h +++ b/mozilla/widget/src/windows/nsWindow.h @@ -35,10 +35,7 @@ #include "nsVoidArray.h" -//#define DRAG_DROP -#ifdef DRAG_DROP -class nsIDragTarget; -class nsIDragSource; +#ifdef NEW_DRAG_AND_DROP class nsNativeDragTarget; #endif @@ -226,8 +223,7 @@ protected: // Drag & Drop -#ifdef DRAG_DROP - //nsIDragSource * mDragSource; +#ifdef NEW_DRAG_AND_DROP nsNativeDragTarget * mNativeDragTarget; #endif // Enumeration of the methods which are accessable on the "main GUI thread"