From a61ea514999baadae07d1f91163f51eca484e2f8 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Wed, 21 Apr 1999 21:22:22 +0000 Subject: [PATCH] Changed a comment a little git-svn-id: svn://10.0.0.236/trunk@28528 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/view/public/nsIView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/view/public/nsIView.h b/mozilla/view/public/nsIView.h index 76523241508..7e3321a7804 100644 --- a/mozilla/view/public/nsIView.h +++ b/mozilla/view/public/nsIView.h @@ -510,8 +510,8 @@ private: #define NS_VIEW_PUBLIC_FLAG_TRANSPARENT 0x0004 //indicates that a view should not zoom values to/from widgets #define NS_VIEW_PUBLIC_FLAG_DONT_ZOOM 0x0008 -//indicates that the view should not be bitblt'd when scrolled -//and must be repainted +//indicates that the view should not be bitblt'd when moved +//or scrolled and instead must be repainted #define NS_VIEW_PUBLIC_FLAG_DONT_BITBLT 0x0010 #define ALL_VIEW_FLAGS (NS_VIEW_FLAG_DONT_CHECK_CHILDREN | \