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

  /xsrc/external/mit/xmessage/dist/
xmessage.c 275 int winx, winy; local
279 &root, &child, &x, &y, &winx, &winy, &mask); local
  /xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c 1047 const int winx = tmp_win->frame_x; local
1059 neww = winw + winx - newx;
1073 neww = cons - winx;
1329 const int winx = tmp_win->frame_x; local
1334 RArea area = RAreaNew(winx, winy, winw, winh);
1339 if(winx < limit) {
1346 if(winx + winw > limit) {
1384 if(winx <= t->frame_x + w) {
1396 if(winx + winw >= t->frame_x) {
1411 if(winx >= t->frame_x + w)
    [all...]

Completed in 10 milliseconds