~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/gtk/lightdm-example-gtk-greeter.c

  • Committer: Robert Ancell
  • Date: 2011-04-21 05:17:31 UTC
  • Revision ID: robert.ancell@canonical.com-20110421051731-f7dr27ez4i3471pz
Move public liblightdm-gobject-0 headers into subdirectory

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <gdk-pixbuf/gdk-pixbuf.h>
17
17
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h>
18
18
 
19
 
#include "greeter.h"
 
19
#include "lightdm/greeter.h"
20
20
 
21
21
static LdmGreeter *greeter;
22
22
static GtkWidget *window, *message_label, *user_view;