From dddeab1c9223cc5d8427217846faa2b40e45c116 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 3 May 2012 18:29:00 +0200 Subject: daemon: Port display handling to GDBus This is one big commit because it uses generated code both in the daemon and in the slaves, so we need to port both at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=622888 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8692d11a..c6775af8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,9 @@ configure.lineno gdm.conf gdm.conf-custom gdm-display-glue.h +gdm-display-glue.c gdm-local-display-factory-glue.h +gdm-local-display-factory-glue.c gdm-manager-glue.h gdm.pot gdm-restart @@ -41,12 +43,18 @@ gdm-simple-greeter.desktop.in gdm-simple-greeter.schemas gdm-simple-slave-glue.h gdm-slave-glue.h +gdm-slave-glue.c gdm-static-display-glue.h +gdm-static-display-glue.c gdm-static-factory-display-glue.h gdm-stop gdm-transient-display-glue.h +gdm-transient-display-glue.c +gdm-xdmcp-display-glue.h +gdm-xdmcp-display-glue.c gdm-xdmcp-chooser-display-glue.h gdm-xdmcp-chooser-slave-glue.h +gdm-xdmcp-chooser-slave-glue.c gdm-xdmcp-greeter-display-glue.h gdm-greeter-glue.h gdm-greeter-glue.c -- cgit v1.2.1