From c83c4a5ba804287d48dbb725cfbee999517be8a5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 5 Mar 2004 20:11:42 +0000 Subject: [PATCH] expand on comment --- panda/src/framework/windowFramework.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/panda/src/framework/windowFramework.h b/panda/src/framework/windowFramework.h index 1e95c961b6..0de09c81bf 100644 --- a/panda/src/framework/windowFramework.h +++ b/panda/src/framework/windowFramework.h @@ -42,7 +42,12 @@ class DisplayRegion; //////////////////////////////////////////////////////////////////// // Class : WindowFramework // Description : This encapsulates the data that is normally -// associated with a single window that we've opened. +// associated with a single window, or with a single +// display region within a window. (In the case where a +// window has been subdivided with split_window(), there +// may be multiple WindowFrameworks objects that share +// the same GraphicsWindow pointer, but reference +// different display regions within that window). //////////////////////////////////////////////////////////////////// class EXPCL_FRAMEWORK WindowFramework : public TypedWritableReferenceCount { protected: