From 73a70729998bdf57acdd1cd3320ddb778d73ec44 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 11 Nov 1999 05:10:47 +0000 Subject: [PATCH] readding the tree item drag capturer (r=hyatt) --- layout/xul/base/src/Makefile.in | 1 + layout/xul/base/src/makefile.win | 2 ++ 2 files changed, 3 insertions(+) diff --git a/layout/xul/base/src/Makefile.in b/layout/xul/base/src/Makefile.in index e3f6c69963ef..f6eb25abf6e7 100644 --- a/layout/xul/base/src/Makefile.in +++ b/layout/xul/base/src/Makefile.in @@ -48,6 +48,7 @@ CPPSRCS = \ nsTreeCellFrame.cpp \ nsTreeRowFrame.cpp \ nsTreeTwistyListener.cpp \ + nsTreeItemDragCapturer.cpp \ nsSpinnerFrame.cpp \ nsScrollbarFrame.cpp \ nsScrollbarButtonFrame.cpp \ diff --git a/layout/xul/base/src/makefile.win b/layout/xul/base/src/makefile.win index 03ae05dfe2b3..63c8f2c8e9ce 100644 --- a/layout/xul/base/src/makefile.win +++ b/layout/xul/base/src/makefile.win @@ -48,6 +48,7 @@ CPPSRCS= \ nsTreeIndentationFrame.cpp \ nsTreeCellFrame.cpp \ nsTreeTwistyListener.cpp \ + nsTreeItemDragCapturer.cpp \ nsSpinnerFrame.cpp \ nsScrollbarFrame.cpp \ nsScrollbarButtonFrame.cpp \ @@ -84,6 +85,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsTreeIndentationFrame.obj \ .\$(OBJDIR)\nsTreeCellFrame.obj \ .\$(OBJDIR)\nsTreeTwistyListener.obj \ + .\$(OBJDIR)\nsTreeItemDragCapturer.obj \ .\$(OBJDIR)\nsSpinnerFrame.obj \ .\$(OBJDIR)\nsScrollbarFrame.obj \ .\$(OBJDIR)\nsScrollbarButtonFrame.obj \