Searched refs:geom_result (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c199 int geom_result; local in function:main
308 geom_result = XParseGeometry (geom, &x, &y,
312 geom_result = NoValue;
329 if (geom_result & XNegative) {
330 if (geom_result & WidthValue) {
337 if (geom_result & YNegative) {
338 if (geom_result & HeightValue) {
/xsrc/external/mit/xev/dist/
H A Dxev.c1060 int geom_result; local in function:set_sizehints
1068 geom_result = NoValue;
1070 geom_result = XParseGeometry(geom, &hintp->x, &hintp->y,
1073 if ((geom_result & WidthValue) && (geom_result & HeightValue)) {
1081 if ((geom_result & XValue) && (geom_result & YValue)) {
1097 if (geom_result & XNegative) {
1101 if (geom_result & YNegative) {

Completed in 4 milliseconds