X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fwindows.h;h=7cca04d706b879cba336ec0246a8d241938938a5;hb=ae9f20cf3a5ae71498d1f6bac4f92cc64d9e7ad6;hp=9afc50fee82cce756eb5c7a95f129566a9b959f1;hpb=c681a0fed768dfff7af1084dedeec25ab8a421fa;p=plomrogue 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