X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fwincontrol.h;fp=src%2Fclient%2Fwincontrol.h;h=2ecb4becdab11f490a63aeee7d921154d7045124;hb=90000141ed7582d79c5739d0219e6a3a6070b11d;hp=8290379cd1d6c5309e3e804f2fdc65be09296066;hpb=96ec154837699bd8687d1067deec4f6e593d99c9;p=plomrogue diff --git a/src/client/wincontrol.h b/src/client/wincontrol.h index 8290379..2ecb4be 100644 --- a/src/client/wincontrol.h +++ b/src/client/wincontrol.h @@ -27,7 +27,7 @@ struct WinConf { struct Win * win; /* Window / Win struct configured by this WinConf. */ struct KeyBindingDB kb; /* Window-specific keybindings. */ - struct yx_uint16 center; /* Designated Win.center */ + struct yx_uint16 center; /* Designated Win.center. */ int16_t height; /* Designated height to pass to init_win(). */ int16_t width; /* Designated width to pass to init_win(). */ uint8_t height_type; /* 0: read .height/.width as size in positive cells; */