summaryrefslogtreecommitdiff
path: root/dm.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-02-01 17:16:41 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-02-01 17:16:41 -0800
commit5f0f8c00f47e778c59ae22bf685c97756456b2cd (patch)
tree515a38e86fa94e3da36b3635d867025ae6ca5722 /dm.h
parent450e9eb2725be6ead1c6d3e5477b737ded04070b (diff)
Bug 8014: xdm should set the WINDOWPATH environment variable
X.Org Bug #8014: <https://bugs.freedesktop.org/show_bug.cgi?id=8014> Patch #6702: <https://bugs.freedesktop.org/attachment.cgi?id=6702>
Diffstat (limited to 'dm.h')
-rw-r--r--dm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm.h b/dm.h
index e8b8df8..5fa13e4 100644
--- a/dm.h
+++ b/dm.h
@@ -242,6 +242,8 @@ struct display {
/* Hack for making "Willing to manage" configurable */
char *willing; /* "Willing to manage" program */
+ Display *dpy; /* Display */
+ char *windowPath; /* path to server "window" */
};
#ifdef XDMCP