home · contact · privacy
Added startx attribute to Win struct to allow for less pad refitting code.
[plomrogue] / windows.h
index 3518c372ae4a7078171bb42cfde7fc933788faf6..ab0381251dcbe72e51f288a60d184f9816b016ce 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -11,6 +11,7 @@ struct WinMeta {
 struct Win {
   struct Win * prev;
   struct Win * next;
+  uint16_t startx;
   uint16_t width;
   uint16_t height;
   WINDOW * curses;