浏览代码

expand on comment

David Rose 22 年之前
父节点
当前提交
c83c4a5ba8
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      panda/src/framework/windowFramework.h

+ 6 - 1
panda/src/framework/windowFramework.h

@@ -42,7 +42,12 @@ class DisplayRegion;
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : WindowFramework
 //       Class : WindowFramework
 // Description : This encapsulates the data that is normally
 // 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 {
 class EXPCL_FRAMEWORK WindowFramework : public TypedWritableReferenceCount {
 protected:
 protected: