HomeSort by: relevance | last modified time | path
    Searched refs:XtUnspecifiedShellInt (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Shell.c 312 static int default_unspecified_shell_int = XtUnspecifiedShellInt;
315 * Warning, casting XtUnspecifiedShellInt (which is -1) to an (XtPointer)
1350 if (hintp->icon_x == XtUnspecifiedShellInt)
1355 if (hintp->icon_y == XtUnspecifiedShellInt)
1409 if (sizep->min_aspect.x != XtUnspecifiedShellInt
1410 || sizep->min_aspect.y != XtUnspecifiedShellInt
1411 || sizep->max_aspect.x != XtUnspecifiedShellInt
1412 || sizep->max_aspect.y != XtUnspecifiedShellInt) {
1416 || w->wm.base_width != XtUnspecifiedShellInt
1417 || w->wm.base_height != XtUnspecifiedShellInt) {
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 1669 #define XtUnspecifiedShellInt (-1)

Completed in 112 milliseconds