Home
last modified time | relevance | path

Searched refs:geo_mask (Results 1 – 4 of 4) sorted by relevance

/dports/math/xgraph/xgraph/
H A Dxgraph.c670 int geo_mask; local
767 geo_mask = XParseGeometry(PM_STR("Geometry"), &sizehints.x, &sizehints.y,
770 if (geo_mask & (XValue | YValue)) {
773 if (geo_mask & (WidthValue | HeightValue)) {
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dxwm.c931 uint16_t geo_mask = XCB_CONFIG_WINDOW_X | XCB_CONFIG_WINDOW_Y | in xwm_handle_configure_request() local
933 if ((mask & geo_mask) == 0) { in xwm_handle_configure_request()
/dports/editors/xvile/vile-9.8v/
H A Dx11.c2154 int geo_mask, startx, starty; in x_preparse_args() local
2492 geo_mask = XParseGeometry(cur_win->geometry, in x_preparse_args()
2496 cur_win->rows = (geo_mask & HeightValue) ? start_rows : 36; in x_preparse_args()
2497 cur_win->cols = (geo_mask & WidthValue) ? start_cols : 80; in x_preparse_args()
2504 if (geo_mask & (XValue | YValue)) { in x_preparse_args()
/dports/editors/vile/vile-9.8v/
H A Dx11.c2154 int geo_mask, startx, starty; in x_preparse_args() local
2492 geo_mask = XParseGeometry(cur_win->geometry, in x_preparse_args()
2496 cur_win->rows = (geo_mask & HeightValue) ? start_rows : 36; in x_preparse_args()
2497 cur_win->cols = (geo_mask & WidthValue) ? start_cols : 80; in x_preparse_args()
2504 if (geo_mask & (XValue | YValue)) { in x_preparse_args()