From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 26 Aug 2013 01:11:58 +0000 (+0200)
Subject: Improvement of windows library header file comments.
X-Git-Tag: tce~1045
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/new_day?a=commitdiff_plain;h=ae9f20cf3a5ae71498d1f6bac4f92cc64d9e7ad6;p=plomrogue

Improvement of windows library header file comments.
---

diff --git a/src/windows.h b/src/windows.h
index 9afc50f..7cca04d 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -38,12 +38,13 @@
 #include "yx_uint16.h" /* for yx_uint16 coordinates */
 
 
-/* Individual windows consist of potential (real if window is visible) ncurses
- * WINDOWs wrapped inside Frame structs (that keep a window's designated size
- * even when it is invisible) wrapped inside metadata-rich Win structs. Win
- * structs are chained into a linked list of all the windows visible on the
- * virtual screen and also contain pointers to what content is to be drawn
- * inside the window, and by use of what method.
+
+/* Individual windows consist of potential (real only if window is visible
+ * inside the virtual screen) ncurses WINDOWs wrapped inside Frame structs (that
+ * keep a window's designated size even when it is invisible) wrapped inside
+ * metadata-rich Win structs. Win structs are chained into a linked list of all
+ * the windows visible on the virtual screen and also contain pointers to what
+ * content is to be drawn inside the window, and by use of what method.
  */
 
 struct Frame