Searched defs:tmpy (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c3221 int tmpx, tmpy, bd;
3294 tmpy = y - childPtr->changes.y;
3296 if ((tmpx >= -bd) && (tmpy >= -bd)
3298 && (tmpy < (childPtr->changes.height + bd))) {
3197 int tmpx, tmpy, bd; local

Completed in 2070 milliseconds