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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c472 static Widget prevWgt = NULL; variable
476 if (prevWgt == w) {
477 prevWgt = NULL;
490 if (prevWgt != NULL) {
493 XtWindow(prevWgt),
503 prevWgt = w;
506 prevWgt = NULL;

Completed in 33 milliseconds