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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c1449 FocusClassPtr focc; local in function:InitFocusClassDeviceStruct
1451 focc = malloc(sizeof(FocusClassRec));
1452 if (!focc)
1454 focc->win = PointerRootWin;
1455 focc->revert = None;
1456 focc->time = currentTime;
1457 focc->trace = (WindowPtr *)NULL;
1458 focc->traceSize = 0;
1459 focc->traceGood = 0;
1460 focc
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c1470 FocusClassPtr focc; local in function:InitFocusClassDeviceStruct
1475 focc = malloc(sizeof(FocusClassRec));
1476 if (!focc)
1479 focc->win = PointerRootWin;
1480 focc->revert = None;
1481 focc->time = currentTime;
1482 focc->trace = (WindowPtr *) NULL;
1483 focc->traceSize = 0;
1484 focc->traceGood = 0;
1485 focc
[all...]

Completed in 6 milliseconds