~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/xserver.h

  • Committer: Robert Ancell
  • Date: 2011-06-03 03:57:48 UTC
  • Revision ID: robert.ancell@canonical.com-20110603035748-c1cg3zst82wpf2mm
Start laying foundations for guest accounts

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
G_BEGIN_DECLS
19
19
 
20
20
#define XSERVER_TYPE (xserver_get_type())
21
 
#define XSERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), XSERVER_TYPE, XServer));
 
21
#define XSERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), XSERVER_TYPE, XServer))
22
22
 
23
23
typedef struct XServerPrivate XServerPrivate;
24
24