OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfocus
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
event_utils.c
116
return e->
xfocus
.window; /* same */
266
event.
xfocus
.window = w;
267
event.
xfocus
.mode = NotifyNormal;
268
event.
xfocus
.detail = NotifyPointer;
284
event.
xfocus
.window = w;
285
event.
xfocus
.mode = NotifyNormal;
286
event.
xfocus
.detail = NotifyPointer;
event_handlers.c
273
&& new.
xfocus
.mode == NotifyNormal
274
&& (new.
xfocus
.detail == NotifyNonlinear
275
|| new.
xfocus
.detail == NotifyPointer
276
|| new.
xfocus
.detail == NotifyAncestor
277
|| (new.
xfocus
.detail == NotifyNonlinearVirtual)
285
__func__, new.
xfocus
.type == FocusIn ? "In" : "Out",
286
Tmp_win, new.
xfocus
.mode, new.
xfocus
.detail);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
Events.c
155
if (X.
xfocus
.detail != NotifyInferior) {
156
pScreen = xnestScreen(X.
xfocus
.window);
163
if (X.
xfocus
.detail != NotifyInferior) {
164
pScreen = xnestScreen(X.
xfocus
.window);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Events.c
169
if (X.
xfocus
.detail != NotifyInferior) {
170
pScreen = xnestScreen(X.
xfocus
.window);
177
if (X.
xfocus
.detail != NotifyInferior) {
178
pScreen = xnestScreen(X.
xfocus
.window);
/xsrc/external/mit/libXt/dist/src/
Keyboard.c
500
switch (event->
xfocus
.detail) {
516
switch (event->
xfocus
.detail) {
TMstate.c
560
tmEvent->event.eventCode = (TMLongCard) event->
xfocus
.mode;
/xsrc/external/mit/xterm/dist/
trace.c
833
visibleNotifyMode(ev->
xfocus
.mode),
834
visibleNotifyDetail(ev->
xfocus
.detail)));
/xsrc/external/mit/libXaw/dist/src/
TextAction.c
2862
if (event->
xfocus
.detail == NotifyPointer)
2865
if (event->
xfocus
.send_event) {
2937
|| event->
xfocus
.detail == NotifyPointer)
/xsrc/external/mit/libX11/dist/include/X11/
Xlib.h
976
XFocusChangeEvent
xfocus
;
member in union:_XEvent
/xsrc/external/mit/twm/dist/src/
events.c
246
case FocusOut: return e->
xfocus
.window; /* same */
Completed in 23 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026