Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmPager/
H A Dx_pager.c1451 int old_wh; in ReConfigure() local
1457 old_wh = pwindow.height; in ReConfigure()
1463 is_size_changed = (old_ww != pwindow.width || old_wh != pwindow.height); in ReConfigure()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmPager/
H A Dx_pager.c1373 int old_wh; in ReConfigure() local
1377 old_wh = window_h; in ReConfigure()
1383 is_size_changed = (old_ww != window_w || old_wh != window_h); in ReConfigure()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_main.cpp7838 int16_t old_wh = WindowH; in LoadLevel() local
7852 WindowH = old_wh; in LoadLevel()
8298 auto old_wh = ::WindowH; in LoadTheGame() local
8314 ::WindowH = old_wh; in LoadTheGame()