~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to src/x-server-local.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-04-22 23:33:26 UTC
  • mfrom: (1.1.23) (16.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140422233326-gpd7rgap1v53zkuy
Tags: 1.10.0-2
Upload to unstable.

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 x_server_local_get_unused_display_number (void);