~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/vt.h

  • Committer: Robert Ancell
  • Date: 2011-07-25 03:28:08 UTC
  • Revision ID: robert.ancell@canonical.com-20110725032808-23zuewb8shlbydbr
Fix bug trying to reuse Plymouth VT on switch

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
gint vt_get_min (void);
22
22
 
23
 
void vt_release (gint number);
 
23
void vt_ref (gint number);
 
24
 
 
25
void vt_unref (gint number);
24
26
 
25
27
void vt_set_active (gint number);
26
28