Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dewmh.c1942 rectangle scr_g; in EWMH_fullscreen() local
1990 &fscr, FSCREEN_XYPOS, &scr_g.x, &scr_g.y, in EWMH_fullscreen()
1991 &scr_g.width, &scr_g.height); in EWMH_fullscreen()
1996 scr_g.width, scr_g.height, in EWMH_fullscreen()
1997 scr_g.x - b.top_left.width + page_x, in EWMH_fullscreen()
1998 scr_g.y - b.top_left.height + page_y); in EWMH_fullscreen()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dewmh.c1975 rectangle scr_g; in EWMH_fullscreen() local
2023 &fscr, FSCREEN_XYPOS, &scr_g.x, &scr_g.y, in EWMH_fullscreen()
2024 &scr_g.width, &scr_g.height); in EWMH_fullscreen()
2029 scr_g.width, scr_g.height, in EWMH_fullscreen()
2030 scr_g.x - b.top_left.width + page_x, in EWMH_fullscreen()
2031 scr_g.y - b.top_left.height + page_y); in EWMH_fullscreen()
H A Dmove_resize.c1087 rectangle scr_g; in position_geometry_window() local
1088 FScreenGetScrRect(&fscr, screen, &scr_g.x, &scr_g.y, &scr_g.width, in position_geometry_window()
1089 &scr_g.height); in position_geometry_window()
1093 x = scr_g.x + sgnx * (Scr.SizeWindow.x * (scr_g.width - in position_geometry_window()
1096 x = scr_g.x + sgnx * Scr.SizeWindow.x; in position_geometry_window()
1098 x += scr_g.width - sizew_g.width; in position_geometry_window()
1102 y = scr_g.y + sgny * (Scr.SizeWindow.y * (scr_g.height - in position_geometry_window()
1105 y = scr_g.y + sgny * Scr.SizeWindow.y; in position_geometry_window()
1107 y += scr_g.height - sizew_g.height; in position_geometry_window()