]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/x-server-remote.h
Load all users only when really needed
[sojka/lightdm.git] / src / x-server-remote.h
index 70f8baadf542e1d3831379983fa579aefc8b4862..c1c160d3759f2093d194b4df5831be9d41701949 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Robert Ancell.
  * Author: Robert Ancell <robert.ancell@canonical.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation, either version 3 of the License, or (at your option) any later
@@ -19,9 +19,12 @@ G_BEGIN_DECLS
 #define X_SERVER_REMOTE_TYPE (x_server_remote_get_type())
 #define X_SERVER_REMOTE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), X_SERVER_REMOTE_TYPE, XServerRemote))
 
+typedef struct XServerRemotePrivate XServerRemotePrivate;
+
 typedef struct
 {
-    XServer parent_instance;
+    XServer               parent_instance;
+    XServerRemotePrivate *priv;
 } XServerRemote;
 
 typedef struct