Home
last modified time | relevance | path

Searched refs:shape_error (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/lwm/lwm-1.2.4/
H A Dshape.c96 int shape_error; in serverSupportsShapes() local
97 return XShapeQueryExtension(dpy, &shape_event, &shape_error); in serverSupportsShapes()
/dports/x11-wm/picom/picom-8.2/src/
H A Dcommon.h338 int shape_error; member
H A Dpicom.c1624 .shape_error = 0, in session_init()
1847 ps->shape_error = ext_info->first_error; in session_init()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c280 if ( XShapeQueryExtension( DISP, &guts.shape_event, &guts.shape_error)) { in init_x11()
/dports/devel/py-numba/numba-0.51.2/numba/np/
H A Darrayobj.py1336 shape_error = cgutils.false_bit
1340 shape_error = builder.or_(shape_error,
1343 with builder.if_then(shape_error, likely=False):
1374 shape_error = builder.icmp_signed('!=', index_shape[0], seq_len)
1376 with builder.if_then(shape_error, likely=False):
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h677 int shape_error; member
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcommon.h979 int shape_error; member
H A Dcompton.c7105 .shape_error = 0, in session_init()
7245 if (XShapeQueryExtension(ps->dpy, &ps->shape_event, &ps->shape_error)) { in session_init()