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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c3669 int desiredIndex = 0; /* Initialized to stop gcc warnings. */
3733 desiredIndex = i;
3738 if (desiredIndex < ourIndex) {
3739 desiredIndex += 1;
3742 if (desiredIndex > ourIndex) {
3743 desiredIndex -= 1;
3748 desiredIndex = numChildren-1;
3750 desiredIndex = 0;
3761 while (desiredIndex != ourIndex) {
3762 if ((XGetWindowAttributes(winPtr->display, children[desiredIndex],
3639 int desiredIndex = 0; /* Initialized to stop gcc warnings. */ local
[all...]

Completed in 20 milliseconds