Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dsm.cpp96 QByteArray wmCommand = c->wmCommand(); in storeSession() local
100 if (wmCommand.isEmpty()) in storeSession()
132 cg.writeEntry(QLatin1String("wmCommand") + n, c->wmCommand().constData()); in storeClient()
174 QByteArray wmCommand = c->wmCommand(); in storeSubSession() local
178 if (wmCommand.isEmpty()) in storeSubSession()
217 info->wmCommand = cg.readEntry(QLatin1String("wmCommand") + n, QString()).toLatin1(); in addSessionInfo()
273 QByteArray wmCommand = c->wmCommand(); in takeSessionInfo() local
307 if (wmCommand.isEmpty() || info->wmCommand == wmCommand) { in takeSessionInfo()
H A Dsm.h56 QByteArray wmCommand; member
H A Dtoplevel.cpp189 QByteArray Toplevel::wmCommand() in wmCommand() function in KWin::Toplevel
H A Dtoplevel.h425 QByteArray wmCommand();
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/ksmserver/
H A Dlegacy.cpp192 (*it).wmCommand = windowWmCommand(w); in performLegacySessionSave()
214 if (!(*it).wmCommand.isEmpty() && !(*it).wmClientMachine.isEmpty()) { in storeLegacySession()
217 group.writeEntry(QStringLiteral("command") + n, (*it).wmCommand); in storeLegacySession()
241 QStringList wmCommand = (sep == ',') ? // why is this named "wmCommand"? in restoreLegacySessionInternal() local
244 if (wmCommand.isEmpty()) in restoreLegacySessionInternal()
246 startApplication(wmCommand, in restoreLegacySessionInternal()
H A Dserver.h57 QStringList wmCommand; member
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmXSMP.c50 char *wmCommand; member
733 proxyClientInfo->wmCommand = (char *)textProperty.value; in getProxyClientInfo()
756 char *wmCommand; in cmpProxyClientProc() local
761 if (((wmCommand = in cmpProxyClientProc()
763 (strcmp(wmCommand, proxyClientInfo->wmCommand) != 0) || in cmpProxyClientProc()
809 if (proxyClientInfo.wmCommand) in findProxyClientID()
810 free(proxyClientInfo.wmCommand); in findProxyClientID()
1068 fprintf(fp, strArg, proxyClientInfo.wmCommand); in saveProxyClient()
1069 free(proxyClientInfo.wmCommand); in saveProxyClient()