Home
last modified time | relevance | path

Searched refs:otherEventMasks (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h85 Mask otherEventMasks; /* default: 0 */ member
190 #define wOtherEventMasks(w) wUseDefault(w, otherEventMasks, 0)
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c600 pWin->optional->otherEventMasks = 0; in CreateRootWindow()
3360 if (optional->otherEventMasks != 0) in CheckWindowOptionalNeed()
3420 optional->otherEventMasks = 0; in MakeWindowOptional()
H A Devents.c4358 pChild->optional->otherEventMasks = 0; in RecalculateDeliverableEvents()
4360 pChild->optional->otherEventMasks |= others->mask; in RecalculateDeliverableEvents()