Searched refs:lastHeight (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c322 static int lastHeight = 0; local in function:MoveOutline
330 if(x == lastx && y == lasty && width == lastWidth && height == lastHeight
338 if (lastWidth || lastHeight) \
343 yb = lasty + lastHeight - 1; \
414 lastHeight = height;
/xsrc/external/mit/twm/dist/src/
H A Dutil.c93 static int lastHeight = 0; local in function:MoveOutline
101 if (x == lastx && y == lasty && width == lastWidth && height == lastHeight
108 if (lastWidth || lastHeight) \
113 yb = lasty + lastHeight - 1; \
184 lastHeight = height;

Completed in 5 milliseconds