~robert-ancell/lightdm/weston-compositor-merge

« back to all changes in this revision

Viewing changes to src/xserver-local.h

  • Committer: Robert Ancell
  • Date: 2012-07-11 03:56:03 UTC
  • Revision ID: robert.ancell@canonical.com-20120711035603-e8jhiiw7z10sl656
Get VT control working

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
typedef struct
32
32
{
33
33
    XServerClass parent_class;
34
 
 
35
 
    void (*ready)(XServerLocal *server);
36
34
} XServerLocalClass;
37
35
 
38
36
guint xserver_local_get_unused_display_number (void);
63
61
 
64
62
void xserver_local_set_wayland_socket (XServerLocal *server, gint fd);
65
63
 
 
64
void xserver_local_set_background (XServerLocal *server, const gchar *background);
 
65
 
 
66
void xserver_local_set_vt (XServerLocal *server, gint vt);
 
67
 
66
68
gint xserver_local_get_vt (XServerLocal *server);
67
69
 
68
70
gchar *xserver_local_get_authority_file_path (XServerLocal *server);