summaryrefslogtreecommitdiff
path: root/daemon/gdm-local-display.h
Commit message (Collapse)AuthorAgeFilesLines
* local-display: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-231-20/+1
|
* session: start login screen using session wrappersRay Strode2015-02-181-1/+1
| | | | | | | | | | | | | | | Since we have the wrappers, let's use them for the login screen, too, when we can. This commit removes GdmServer from GdmLocalDisplay, since starting the X server should be handled implicitly by gdm-x-session, now. All the old logic is now in a new GdmLegacyDisplay object, that will remain for cases where gdm-x-session doesn't work. (ConsoleKit systems, non-seat0 displays, etc) https://bugzilla.gnome.org/show_bug.cgi?id=744764
* display: merge GdmStaticDisplay and GdmTransientDisplayRay Strode2015-02-181-0/+57
They basically do the same thing with very minor differences, so merge them into a new GdmLocalDisplay object. https://bugzilla.gnome.org/show_bug.cgi?id=744764