Searched refs:lastInput (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dmain.c58 struct _LastInput lastInput; variable in typeref:struct:_LastInput
149 lastInput.win = -1; /* nothing mapped yet */
158 lastInput.win = ev.xany.window;
159 lastInput.x = ev.xkey.x_root;
160 lastInput.y = ev.xkey.y_root;
162 lastInput.win = ev.xany.window;
163 lastInput.x = ev.xbutton.x_root;
164 lastInput.y = ev.xbutton.y_root;
H A Dpopup.c37 struct _LastInput lastInput; member in struct:_PopupStatus
61 if (lastInput.win != (Window) -1) {
64 source = XtWindowToWidget(XtDisplay(toplevel), lastInput.win);
70 *x_ptr = lastInput.x;
71 *y_ptr = lastInput.y;
339 popup_status->lastInput = lastInput;
H A Dglobals.h119 extern struct _LastInput lastInput;
H A Dcommand.c53 struct _LastInput lastInput; /* must be second; ditto */ member in struct:_CommandStatus
197 status->lastInput = lastInput;
H A Dscreen.c405 lastInput.win = -1;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c696 CARD32 lastInput; local in function:ProcScreenSaverQueryInfo
713 lastInput = GetTimeInMillis() - lastDeviceEventTime.milliseconds;
723 rep.tilOrSince = lastInput - ScreenSaverTime;
732 if (ScreenSaverTime < lastInput)
735 rep.tilOrSince = ScreenSaverTime - lastInput;
743 rep.idle = lastInput;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsaver.c640 CARD32 lastInput; local in function:ProcScreenSaverQueryInfo
657 lastInput = GetTimeInMillis() - LastEventTime(XIAllDevices).milliseconds;
668 rep.tilOrSince = lastInput - ScreenSaverTime;
675 if (ScreenSaverTime < lastInput)
678 rep.tilOrSince = ScreenSaverTime - lastInput;
685 rep.idle = lastInput;

Completed in 11 milliseconds