From ae9f20cf3a5ae71498d1f6bac4f92cc64d9e7ad6 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 26 Aug 2013 03:11:58 +0200 Subject: [PATCH] Improvement of windows library header file comments. --- src/windows.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 -- 2.30.2