Home
last modified time | relevance | path

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

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dx.c1950 static EX_Window win_ts = NoXID; in EGetTimestamp() local
1954 if (win_ts == NoXID) in EGetTimestamp()
1957 win_ts = XCreateWindow(disp, WinGetXwin(VROOT), -100, -100, 1, 1, 0, in EGetTimestamp()
1960 XSelectInput(disp, win_ts, PropertyChangeMask); in EGetTimestamp()
1963 XChangeProperty(disp, win_ts, XA_WM_NAME, XA_STRING, 8, in EGetTimestamp()
1965 XWindowEvent(disp, win_ts, PropertyChangeMask, &ev); in EGetTimestamp()