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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardxevents.c192 static HWND lasthwnd; /* I've not seen any other client get here repeatedly? */ local in function:winClipboardFlushXEvents
193 if (hwnd != lasthwnd) count = 0;
197 lasthwnd = hwnd;
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dxevents.c508 static HWND lasthwnd; /* I've not seen any other client get here repeatedly? */ local in function:winClipboardFlushXEvents
510 if (hwnd != lasthwnd)
517 lasthwnd = hwnd;

Completed in 3 milliseconds