Searched refs:oldMask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ | ||
| H A D | Event.c | 191 EventMask oldMask = XtBuildEventMask(widget); local in function:RemoveEventHandler 245 if (oldMask != mask) 295 EventMask oldMask = 0, eventMask = 0; local in function:AddEventHandler 308 oldMask = XtBuildEventMask(widget); 390 if (oldMask != mask) |
| H A D | TMstate.c | 1325 EventMask oldMask; local in function:XtUninstallTranslations 1335 oldMask = widget->core.tm.translations->eventMask; 1337 if (XtIsRealized(widget) && oldMask) 1890 EventMask oldMask = 0; local in function:ComposeTranslations 1993 oldMask = 0; 1995 oldMask = oldXlations->eventMask; 2012 if (mask != oldMask) |
Completed in 20 milliseconds