Home
last modified time | relevance | path

Searched refs:g_lastClientRectw (Results 1 – 3 of 3) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp309 extern int g_lastClientRectw;
1548 CHECK_INT( _T ( "ClientSzX" ), &g_lastClientRectw ); in CheckTemplate()
H A Dnavutil.cpp356 extern int g_lastClientRectw;
1045 Read( _T ( "ClientSzX" ), &g_lastClientRectw ); in LoadMyConfigRaw()
2530 Write( _T ( "ClientSzX" ), g_lastClientRectw ); in UpdateSettings()
H A Dchart1.cpp406 int g_lastClientRectw; variable
2243 if( ( g_lastClientRectx != cx ) || ( g_lastClientRecty != cy ) || ( g_lastClientRectw != cw ) in OnInit()
2251 g_lastClientRectw = cw; in OnInit()