Home
last modified time | relevance | path

Searched refs:GRAV_POS (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFScreen.c35 enum {GRAV_POS = 0, GRAV_NONE = 1, GRAV_NEG = 2}; enumerator
809 int x_grav = GRAV_POS; in FScreenClipToScreen()
810 int y_grav = GRAV_POS; in FScreenClipToScreen()
826 x_grav = GRAV_POS; in FScreenClipToScreen()
831 y_grav = GRAV_POS; in FScreenClipToScreen()
1117 x_grav = (ret & XNegative)? GRAV_NEG : GRAV_POS; in FScreenGetGeometry()
1118 y_grav = (ret & YNegative)? GRAV_NEG : GRAV_POS; in FScreenGetGeometry()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DFScreen.c149 enum {GRAV_POS = 0, GRAV_NONE = 1, GRAV_NEG = 2}; enumerator
962 int x_grav = GRAV_POS; in FScreenClipToScreen()
963 int y_grav = GRAV_POS; in FScreenClipToScreen()
979 x_grav = GRAV_POS; in FScreenClipToScreen()
984 y_grav = GRAV_POS; in FScreenClipToScreen()
1410 x_grav = (ret & XNegative)? GRAV_NEG : GRAV_POS; in FScreenGetGeometry()
1411 y_grav = (ret & YNegative)? GRAV_NEG : GRAV_POS; in FScreenGetGeometry()