summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-chooser-display.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-02-25 12:32:21 -0500
committerRay Strode <rstrode@redhat.com>2014-03-17 16:32:17 -0400
commitd7aa7246d7c6d2bc13bc513c29f3e7ce2a0ff2cc (patch)
tree31769ab3e3466df6feb558b1a90963d7b3c5779e /daemon/gdm-xdmcp-chooser-display.h
parent236102c0e17a1b13328dd86f60cc0495ebd3d03b (diff)
downloadgdm-d7aa7246d7c6d2bc13bc513c29f3e7ce2a0ff2cc.tar.gz
Integrate the slaves into the main daemon process
For no particular reason, the slave has been kept as a separate process. Integrate this into the main display process by simply making the display keep a handle to a GdmSlave object. To keep the cleanup simple, we won't remove the GdmSlave subtypes yet. A future cleanup should merge the slave functionality into GdmDisplay and its subtypes. https://bugzilla.gnome.org/show_bug.cgi?id=726380
Diffstat (limited to 'daemon/gdm-xdmcp-chooser-display.h')
-rw-r--r--daemon/gdm-xdmcp-chooser-display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-xdmcp-chooser-display.h b/daemon/gdm-xdmcp-chooser-display.h
index 86cef656..7890afa5 100644
--- a/daemon/gdm-xdmcp-chooser-display.h
+++ b/daemon/gdm-xdmcp-chooser-display.h
@@ -43,7 +43,6 @@ typedef struct GdmXdmcpChooserDisplayPrivate GdmXdmcpChooserDisplayPrivate;
typedef struct
{
GdmXdmcpDisplay parent;
- GdmXdmcpChooserDisplayPrivate *priv;
} GdmXdmcpChooserDisplay;
typedef struct