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

« back to all changes in this revision

Viewing changes to src/seat-xdmcp-session.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * license.
10
10
 */
11
11
 
12
 
#ifndef _SEAT_XDMCP_SESSION_H_
13
 
#define _SEAT_XDMCP_SESSION_H_
 
12
#ifndef SEAT_XDMCP_SESSION_H_
 
13
#define SEAT_XDMCP_SESSION_H_
14
14
 
15
15
#include "seat.h"
16
16
#include "xdmcp-session.h"
39
39
 
40
40
G_END_DECLS
41
41
 
42
 
#endif /* _SEAT_XDMCP_SESSION_H_ */
 
42
#endif /* SEAT_XDMCP_SESSION_H_ */