diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-07-04 14:01:52 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-07-04 14:01:52 +1000 |
commit | 5372aa1c34db925fabae586e6003d58908e9e307 (patch) | |
tree | 175b9a3f83e2cfd5f6ab334c3c9ffa67e3b4aa19 /src/vt.h | |
parent | fe35445bb3a63ef92d623591f54a4a87f7774069 (diff) | |
download | lightdm-5372aa1c34db925fabae586e6003d58908e9e307.tar.gz |
Maintain own list of available VTs
Diffstat (limited to 'src/vt.h')
-rw-r--r-- | src/vt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #ifndef _VT_H_ #define _VT_H_ -#include <glib.h> +#include <glib-object.h> gint vt_get_active (void); |