Home
last modified time | relevance | path

Searched refs:_wMarginSaveX (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dconf.h77 int _wMarginSaveX, _wMarginSaveY; variable
H A Dwindows.cpp279 int desired_width = g_conf->_wMarginSaveX * 2 + cell.x * g_conf->_cols; in rearrange()
281 g_conf->_wMarginX = g_conf->_wMarginSaveX; in rearrange()
H A Dconf.cpp104 _wMarginSaveX = _wMarginX; in Conf()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dconf.h87 int _wMarginSaveX, _wMarginSaveY; variable
H A Dconf.cpp103 _wMarginX = _wMarginSaveX = DEFAULT_MARGIN_X; in Conf()
169 _wMarginSaveX = _wMarginX; in synchronize()
H A Dwindows.cpp272 int desired_width = g_conf->_wMarginSaveX * 2 + cell.x * g_conf->_cols; in rearrange()
274 g_conf->_wMarginX = g_conf->_wMarginSaveX; in rearrange()