OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoneWin
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/Xi/
getfocus.c
111
if (focus->win ==
NoneWin
)
xisetdevfocus.c
111
if (dev->focus->win ==
NoneWin
)
exevents.c
2925
if (inputFocus ==
NoneWin
)
3051
if (!ActivateFocusInGrab(dev, pWin,
NoneWin
))
3052
DoFocusEvents(dev, pWin,
NoneWin
, focusEventMode);
3053
dev->focus->win =
NoneWin
;
3087
if (!ActivateFocusInGrab(dev, pWin,
NoneWin
))
3088
DoFocusEvents(dev, pWin,
NoneWin
, focusEventMode);
3089
dev->focus->win =
NoneWin
;
/xsrc/external/mit/xorg-server.old/dist/Xi/
getfocus.c
111
if (focus->win ==
NoneWin
)
xisetdevfocus.c
113
if (dev->focus->win ==
NoneWin
)
exevents.c
1762
if (inputFocus ==
NoneWin
)
1885
if (!ActivateFocusInGrab(dev, pWin,
NoneWin
))
1886
DoFocusEvents(dev, pWin,
NoneWin
, focusEventMode);
1887
dev->focus->win =
NoneWin
;
1919
if (!ActivateFocusInGrab(dev, pWin,
NoneWin
))
1920
DoFocusEvents(dev, pWin,
NoneWin
, focusEventMode);
1921
dev->focus->win =
NoneWin
;
/xsrc/external/mit/xorg-server.old/dist/include/
input.h
89
#define
NoneWin
((WindowPtr)None)
/xsrc/external/mit/xorg-server.old/dist/dix/
enterleave.c
1074
WindowPtr A, /* PointerRootWin or
NoneWin
*/
1075
WindowPtr B, /*
NoneWin
or PointerRootWin */
1092
/* If pointer was on PointerRootWin and changes to
NoneWin
, and
1118
WindowPtr B, /* PointerRootWin or
NoneWin
*/
1166
WindowPtr A, /* PointerRootWin or
NoneWin
*/
1184
/* If pointer was on PointerRootWin and changes to
NoneWin
, and
1268
out = (from ==
NoneWin
) ? NotifyDetailNone : NotifyPointerRoot;
1269
in = (to ==
NoneWin
) ? NotifyDetailNone : NotifyPointerRoot;
events.c
2599
* given window. If the win given is the
NoneWin
, the device is ungrabbed if
2621
if (win ==
NoneWin
|| win == PointerRootWin)
3616
if ((focus->win ==
NoneWin
) ||
4202
if ((focus !=
NoneWin
) &&
4432
if ((focusWin ==
NoneWin
) || (focusWin == PointerRootWin))
4494
if (focus->win ==
NoneWin
)
5048
WindowPtr inputFocus = (keybd) ? keybd->focus->win :
NoneWin
;
5050
if (inputFocus ==
NoneWin
)
5411
DoFocusEvents(keybd, pWin,
NoneWin
, focusEventMode);
5412
focus->win =
NoneWin
;
[
all
...]
/xsrc/external/mit/xorg-server/dist/dix/
enterleave.c
1245
WindowPtr A, /* PointerRootWin or
NoneWin
*/
1246
WindowPtr B, /*
NoneWin
or PointerRootWin */
1262
/* If pointer was on PointerRootWin and changes to
NoneWin
, and
1290
WindowPtr B, /* PointerRootWin or
NoneWin
*/
1337
WindowPtr A, /* PointerRootWin or
NoneWin
*/
1352
/* If pointer was on PointerRootWin and changes to
NoneWin
, and
1430
out = (from ==
NoneWin
) ? NotifyDetailNone : NotifyPointerRoot;
1431
in = (to ==
NoneWin
) ? NotifyDetailNone : NotifyPointerRoot;
events.c
3064
* given window. If the win given is the
NoneWin
, the device is ungrabbed if
3085
if (win ==
NoneWin
|| win == PointerRootWin)
4225
if ((focus->win ==
NoneWin
) ||
4773
if ((focus !=
NoneWin
) &&
4859
if ((focus !=
NoneWin
) &&
4994
if ((focusWin ==
NoneWin
) || (focusWin == PointerRootWin))
5060
if (focus->win ==
NoneWin
)
5595
WindowPtr inputFocus = (keybd) ? keybd->focus->win :
NoneWin
;
5597
if (inputFocus ==
NoneWin
)
5950
DoFocusEvents(keybd, pWin,
NoneWin
, focusEventMode)
[
all
...]
/xsrc/external/mit/xorg-server/dist/include/
input.h
129
#define
NoneWin
((WindowPtr)None)
Completed in 21 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026