home · contact · privacy
Improvement of windows library header file comments.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:11:58 +0000 (03:11 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:11:58 +0000 (03:11 +0200)
src/windows.h

index 9afc50fee82cce756eb5c7a95f129566a9b959f1..7cca04d706b879cba336ec0246a8d241938938a5 100644 (file)
 #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