X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fwincontrol.h;h=09d78c98fc47efd891bd3e9874041bf0c7571d14;hb=18fefabcc05bb3903384efbcc92f4303d9ac9567;hp=a422f5f7896331c98caf5082c2bcd9ca65414861;hpb=e31f0c764131a28ac50c6f9c35e0a190f4bc95e4;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index a422f5f..09d78c9 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -33,7 +33,7 @@ struct WinConf /* after toggling window configuration view */ struct yx_uint16 center; /* designated center for Win->draw view; to be */ /* returned to after toggling winconf view */ - uint8_t view; /* 0: use ->draw as Win->_draw; 1, 2: use draw_winconf()_* */ + uint8_t view; /* 0: use ->draw as Win->draw; 1, 2: use draw_winconf()_* */ uint8_t height_type; /* both: 0: interpret ->height/->width as size in */ uint8_t width_type; /* positive cells; 1: as negative diff to max width */ struct KeyBiData kb; /* the window's specific keybindings */