~robert-ancell/lightdm/enable-tests

« back to all changes in this revision

Viewing changes to tests/src/test-guest-wrapper.c

  • Committer: Robert Ancell
  • Date: 2014-02-27 02:52:26 UTC
  • mfrom: (1754.1.153 trunk)
  • Revision ID: robert.ancell@canonical.com-20140227025226-ehwun36yxpjbuha7
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include "status.h"
5
5
 
6
 
static void
7
 
request_cb (const gchar *request)
8
 
{
9
 
}
10
 
 
11
6
int
12
7
main (int argc, char **argv)
13
8
{
14
9
    gchar *display;
15
10
 
16
 
    status_connect (request_cb);
 
11
    status_connect (NULL, NULL);
17
12
 
18
13
    display = getenv ("DISPLAY");
19
14
    if (display == NULL)