home · contact · privacy
Removed duplicated code.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:38:24 +0000 (03:38 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:38:24 +0000 (03:38 +0200)
src/windows.h

index 8ed7c664b0436e65a787298914e6a57ac37f4e3c..43bb3055477880373d4fa6f552c6a2edb74fb048 100644 (file)
 struct Frame               /* If Frame is Win's "frame", "size" is the        */
 {                          /* designated size of curses_win's ncurses WINDOW. */
     WINDOW * curses_win;   /* If Frame is WinMeta's "padframe", curses_win is */
-    struct yx_uint16 size; /* the ncurses pad representing the virtual screen,*/
+    struct yx_uint16 size; /* the ncurses pad representing the virtual screen */
 };                         /* and "size" desribes the terminal screen size.   */
-struct Frame
-{
-    WINDOW * curses_win;
-    struct yx_uint16 size;  /* the size curses_win fits into; for the virtual */
-};                          /* screen padframe: the terminal screen size      */
 
 struct Win
 {