Home
last modified time | relevance | path

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

/dports/games/xblast/xblast-2.10.4/
H A Datom.c143 XBAtom atomPID; // XBCC variable
347 atomPID = GUI_StringToAtom ("PID"); // XBCC in InitDefaultAtoms()
H A Datom.h136 extern XBAtom atomPID; // XBCC
H A Dcfg_player.c732 (void)DB_CreateEntryInt (section, atomPID, id->PID); in StoreAnyPlayerID()
764 (void)DB_GetEntryInt (section, atomPID, &id->PID); in RetrieveAnyPlayerID()
/dports/devel/upp/upp/bazaar/SysInfo/
H A DSysInfo.cpp1347 Atom atomPID = XInternAtom(dpy, "_NET_WM_PID", true); in GetWindowsList() local
1349 if (atomPID == None) in GetWindowsList()
1357 …if (0 == XGetWindowProperty(dpy, hWnd[i], atomPID, 0, 1024, false, XA_CARDINAL, &type, &format, &n… in GetWindowsList()