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

/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinX.c109 TkDisplay *winDisplay; /* TkDisplay structure that * member in struct:ThreadSpecificData
586 if (tsdPtr->winDisplay != NULL) {
587 if (strcmp(tsdPtr->winDisplay->display->display_name, display_name)
589 return tsdPtr->winDisplay;
637 tsdPtr->winDisplay = (TkDisplay *) ckalloc(sizeof(TkDisplay));
638 ZeroMemory(tsdPtr->winDisplay, sizeof(TkDisplay));
639 tsdPtr->winDisplay->display = display;
642 return tsdPtr->winDisplay;
672 if (dispPtr != tsdPtr->winDisplay) {
691 tsdPtr->winDisplay
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinX.c129 TkDisplay *winDisplay; /* TkDisplay structure that represents Windows member in struct:ThreadSpecificData
610 if (tsdPtr->winDisplay != NULL) {
611 if (!strcmp(tsdPtr->winDisplay->display->display_name, display_name)) {
612 return tsdPtr->winDisplay;
660 tsdPtr->winDisplay = (TkDisplay *) ckalloc(sizeof(TkDisplay));
661 ZeroMemory(tsdPtr->winDisplay, sizeof(TkDisplay));
662 tsdPtr->winDisplay->display = display;
665 return tsdPtr->winDisplay;
694 if (dispPtr != tsdPtr->winDisplay) {
699 tsdPtr->winDisplay
[all...]

Completed in 111 milliseconds