Searched refs:pszAtomName (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winclipboardxevents.c | 109 char *pszAtomName = NULL; local in function:winClipboardFlushXEvents 113 pszAtomName = XGetAtomName (pDisplay, 115 winDebug("SelectionRequest - Target atom name %s\n", pszAtomName); 116 XFree (pszAtomName); 117 pszAtomName = NULL; 468 char *pszAtomName; local in function:winClipboardFlushXEvents 469 pszAtomName = XGetAtomName (pDisplay, 473 pszAtomName); 474 XFree (pszAtomName); 578 char *pszAtomName local in function:winClipboardFlushXEvents [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | xevents.c | 174 char *pszAtomName = get_atom_name(conn, atom); local in function:winClipboardSelectionNotifyTargets 176 winDebug("winClipboardFlushXEvents - SelectionNotify - target[%d] %d = %s\n", i, atom, pszAtomName); 177 free(pszAtomName); 234 char *pszAtomName; local in function:winClipboardSelectionNotifyData 236 pszAtomName = get_atom_name(conn, encoding); 237 winDebug("Notify atom name %s\n", pszAtomName); 238 free(pszAtomName); 419 char *pszAtomName = NULL; local in function:winClipboardFlushXEvents 423 pszAtomName = get_atom_name(conn, selection_request->target); 424 winDebug("SelectionRequest - Target atom name %s\n", pszAtomName); 685 char *pszAtomName; local in function:winClipboardFlushXEvents [all...] |
Completed in 4 milliseconds