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

  /xsrc/external/mit/libXaw/dist/src/
Tree.c 943 Dimension replyWidth = 0, replyHeight = 0;
948 &replyHeight);
953 XtMakeResizeRequest ((Widget) tw, replyWidth, replyHeight,
  /xsrc/external/mit/xterm/dist/
charproc.c 9447 Dimension replyWidth, replyHeight;
9582 &replyWidth, &replyHeight);
9586 ScreenResize(xw, replyWidth, replyHeight, &xw->flags);
9595 && replyHeight
9597 xw->hints.height = replyHeight;

Completed in 45 milliseconds