~brian-murray/lightdm/bug-967229

« back to all changes in this revision

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

  • Committer: Robert Ancell
  • Date: 2012-02-15 09:02:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1073.
  • Revision ID: robert.ancell@canonical.com-20120215090248-l6fli7k3ro9hdum8
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
void x_client_send_success (XClient *client);
108
108
 
 
109
void x_client_send_error (XClient *client, int type, int major, int minor);
 
110
 
109
111
void x_client_disconnect (XClient *client);
110
112
 
111
113
G_END_DECLS