Use xenodm where applicable in comments
This commit is contained in:
parent
6098c35094
commit
6cbc37ff18
@ -83,7 +83,7 @@ typedef enum displayStatus { running, notRunning, zombie, phoenix } DisplayStatu
|
||||
|
||||
/*
|
||||
* local - server runs on local host
|
||||
* foreign - server runs on remote host -- unsupported in redm
|
||||
* foreign - server runs on remote host -- unsupported in xenodm
|
||||
* permanent - session restarted when it exits
|
||||
* transient - session not restarted when it exits
|
||||
* fromFile - started via entry in servers file
|
||||
@ -103,7 +103,7 @@ typedef struct displayType {
|
||||
# define Transient 0
|
||||
|
||||
# define FromFile 1
|
||||
# define FromXDMCP 0 /* unsupported in redm */
|
||||
# define FromXDMCP 0 /* unsupported in xenodm */
|
||||
|
||||
extern DisplayType parseDisplayType (char *string, int *usedDefault);
|
||||
|
||||
|
@ -873,7 +873,7 @@ SetUserAuthorization (struct display *d, struct verify_info *verify)
|
||||
}
|
||||
}
|
||||
/* now write other authorizations */
|
||||
/* XXX This is a no-op on redm */
|
||||
/* XXX This is a no-op on xenodm */
|
||||
for (i = 0; i < d->authNum; i++)
|
||||
{
|
||||
if (i != magicCookie)
|
||||
|
Loading…
Reference in New Issue
Block a user